Merge pull request #6367 from Sharkmare/patch-36

Change "Admin Login:"
This commit is contained in:
Raeschen
2023-06-17 23:46:46 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -231,7 +231,7 @@
if(holder)
add_admin_verbs()
admin_memo_show()
message_admins("Admin login: [key_name(src)]") // CHOMPEdit: Admin Login Notice
message_admins("Staff login: [key_name(src)]") // CHOMPEdit: Admin Login Notice //Edit2: This logs more than just admins so why not change it
// Forcibly enable hardware-accelerated graphics, as we need them for the lighting overlays.
// (but turn them off first, since sometimes BYOND doesn't turn them on properly otherwise)

View File

@@ -6,7 +6,7 @@
log_access_out(src)
unset_machine()
if(admin_datums[src.ckey])
message_admins("Admin logout: [key_name(src)]") // CHOMPEdit: Admin logout notice displays no matter what
message_admins("Staff logout: [key_name(src)]") // CHOMPEdit: Admin logout notice displays no matter what//Edit2: STAFF
if(ticker && ticker.current_state == GAME_STATE_PLAYING) //Only report this stuff if we are currently playing.
var/admins_number = GLOB.admins.len