Commented out toggle admin-jump button

This commit is contained in:
Jordie0608
2014-01-27 03:15:08 +11:00
committed by ZomgPonies
parent 6e1ddf8eac
commit 76cf20b458
+2
View File
@@ -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"