mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 09:09:49 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user