mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
@@ -231,7 +231,7 @@
|
|||||||
if(holder)
|
if(holder)
|
||||||
add_admin_verbs()
|
add_admin_verbs()
|
||||||
admin_memo_show()
|
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.
|
// 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)
|
// (but turn them off first, since sometimes BYOND doesn't turn them on properly otherwise)
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
log_access_out(src)
|
log_access_out(src)
|
||||||
unset_machine()
|
unset_machine()
|
||||||
if(admin_datums[src.ckey])
|
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.
|
if(ticker && ticker.current_state == GAME_STATE_PLAYING) //Only report this stuff if we are currently playing.
|
||||||
var/admins_number = GLOB.admins.len
|
var/admins_number = GLOB.admins.len
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user