This commit is contained in:
Katherine Kiefer
2022-05-09 11:10:07 +10:00
parent 6c3e3d4ee2
commit 0fd63d9a01

View File

@@ -157,7 +157,7 @@ GLOBAL_PROTECT(admin_verbs_server)
/client/proc/panicbunker,
/client/proc/toggle_hub,
/client/proc/mentor_memo, // YOGS - something stupid about "Mentor memos"
/client/proc/dump_memory_usage,
//client/proc/dump_memory_usage,
/client/proc/release_queue, // Yogs -- Adds some queue-manipulation verbs
/client/proc/toggle_cdn
)
@@ -768,7 +768,7 @@ GLOBAL_PROTECT(admin_verbs_hideable)
log_admin("[key_name(usr)] has [AI_Interact ? "activated" : "deactivated"] Admin AI Interact")
message_admins("[key_name_admin(usr)] has [AI_Interact ? "activated" : "deactivated"] their AI interaction")
/*
/client/proc/dump_memory_usage()
set name = "Dump Server Memory Usage"
set category = "Server"
@@ -797,6 +797,7 @@ GLOBAL_PROTECT(admin_verbs_hideable)
to_chat(usr, span_warning("File creation failed. Please check to see if the data/logs/memory folder actually exists."))
else
to_chat(usr, span_notice("Memory dump completed."))
*/
/client/proc/debugstatpanel()