mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
fuck you
This commit is contained in:
@@ -157,7 +157,7 @@ GLOBAL_PROTECT(admin_verbs_server)
|
|||||||
/client/proc/panicbunker,
|
/client/proc/panicbunker,
|
||||||
/client/proc/toggle_hub,
|
/client/proc/toggle_hub,
|
||||||
/client/proc/mentor_memo, // YOGS - something stupid about "Mentor memos"
|
/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/release_queue, // Yogs -- Adds some queue-manipulation verbs
|
||||||
/client/proc/toggle_cdn
|
/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")
|
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")
|
message_admins("[key_name_admin(usr)] has [AI_Interact ? "activated" : "deactivated"] their AI interaction")
|
||||||
|
/*
|
||||||
/client/proc/dump_memory_usage()
|
/client/proc/dump_memory_usage()
|
||||||
set name = "Dump Server Memory Usage"
|
set name = "Dump Server Memory Usage"
|
||||||
set category = "Server"
|
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."))
|
to_chat(usr, span_warning("File creation failed. Please check to see if the data/logs/memory folder actually exists."))
|
||||||
else
|
else
|
||||||
to_chat(usr, span_notice("Memory dump completed."))
|
to_chat(usr, span_notice("Memory dump completed."))
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
/client/proc/debugstatpanel()
|
/client/proc/debugstatpanel()
|
||||||
|
|||||||
Reference in New Issue
Block a user