More power to devs. (this is a bad idea)

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
This commit is contained in:
Mloc-Argent
2013-11-04 21:31:29 +00:00
parent 4ef079aba3
commit 8005d8bf2b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
/client/proc/SDQL_query(query_text as message)
set category = "Admin"
if(!check_rights(R_ADMIN)) //Shouldn't happen... but just to be safe.
if(!check_rights(R_DEBUG)) //Shouldn't happen... but just to be safe.
message_admins("\red ERROR: Non-admin [usr.key] attempted to execute a SDQL query!")
log_admin("Non-admin [usr.key] attempted to execute a SDQL query!")
+1 -1
View File
@@ -2,7 +2,7 @@
/client/proc/SDQL2_query(query_text as message)
set category = "Admin"
if(!check_rights(R_ADMIN)) //Shouldn't happen... but just to be safe.
if(!check_rights(R_DEBUG)) //Shouldn't happen... but just to be safe.
message_admins("\red ERROR: Non-admin [usr.key] attempted to execute a SDQL query!")
log_admin("Non-admin [usr.key] attempted to execute a SDQL query!")