Removed and commented out the last traces of goon auth. code

This commit is contained in:
Albert Iordache
2011-12-30 23:28:14 +02:00
parent 7d6aead5a5
commit 39b6dd57e0
34 changed files with 90 additions and 141 deletions

View File

@@ -1,7 +1,7 @@
/client/proc/Debug2()
set category = "Debug"
set name = "Debug-Game"
if(!authenticated || !holder)
if(!holder)
src << "Only administrators may use this command."
return
if(holder.rank == "Game Admin")
@@ -32,7 +32,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
/client/proc/callproc()
set category = "Debug"
set name = "Advanced ProcCall (TG Version)"
if(!authenticated || !holder)
if(!holder)
src << "Only administrators may use this command."
return
var/target = null