Fix log call

This commit is contained in:
Jordan Brown
2017-10-26 15:10:57 -04:00
committed by GitHub
parent 42d59532b6
commit 58602ced74
+1 -1
View File
@@ -131,7 +131,7 @@ GLOBAL_PROTECT(LastAdminCalledProc)
else if(target != world)
return call(target, procname)(arglist(arguments))
else
admin_log_private("[key_name(usr)] attempted to call world/proc/[procname] with arguments: [english_list(arguments)]")
log_admin_private("[key_name(usr)] attempted to call world/proc/[procname] with arguments: [english_list(arguments)]")
/proc/IsAdminAdvancedProcCall()
#ifdef TESTING