From 76cf20b458ee8baccea9c71022f35e230f503320 Mon Sep 17 00:00:00 2001 From: Jordie0608 Date: Mon, 27 Jan 2014 03:15:08 +1100 Subject: [PATCH] Commented out toggle admin-jump button --- code/modules/admin/admin.dm | 2 ++ 1 file changed, 2 insertions(+) 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"