diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index 5d274e0fe06..3c3b65f1f22 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -755,6 +755,7 @@ var/global/floorIsLava = 0 log_admin("[key_name(usr)] removed the delay.") feedback_add_details("admin_verb","DELAY") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! +/* //How could this be useful anywhere ever? - Jordie /datum/admins/proc/adjump() set category = "Server" set desc="Toggle admin jumping" @@ -762,6 +763,7 @@ var/global/floorIsLava = 0 config.allow_admin_jump = !(config.allow_admin_jump) message_admins("\blue Toggled admin jumping to [config.allow_admin_jump].") feedback_add_details("admin_verb","TJ") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc! +*/ /datum/admins/proc/adspawn() set category = "Server"