[512] The great \ref purge (#31824)

* The great \ref purge

* cleanup
This commit is contained in:
Emmett Gaines
2017-10-28 17:20:04 -04:00
committed by ninjanomnom
parent 83e177e43c
commit 825ab4def4
226 changed files with 2099 additions and 2077 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ GLOBAL_PROTECT(LastAdminCalledProc)
to_chat(usr, "<span class='adminnotice'>Running your proc</span>")
GLOB.LastAdminCalledProc = procname
if(target != GLOBAL_PROC)
GLOB.LastAdminCalledTargetRef = "\ref[target]"
GLOB.LastAdminCalledTargetRef = "[REF(target)]"
GLOB.AdminProcCaller = ckey //if this runtimes, too bad for you
++GLOB.AdminProcCallCount
. = world.WrapAdminProcCall(target, procname, arguments)