Admin QOL Logs

Adds a log for Aghosted admins returning to their body, regardless of method.
Adds a log for Admins logging in to the game. This happens on client/Topic, so it works in 99.9% of cases and shouldn't spam (like when I tried it on /mob/Login)
Fixes a potential infinite loop in display_roundstart_logout_report() if there's no clients on the server at all.
This commit is contained in:
Rykka Stormheart
2023-02-27 10:02:56 -08:00
parent 8f2312988b
commit 9f910b9018
6 changed files with 29 additions and 24 deletions
+1
View File
@@ -231,6 +231,7 @@
if(holder)
add_admin_verbs()
admin_memo_show()
message_admins("Admin login: [key_name(src)]") // CHOMPEdit: Admin Login Notice
// 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)