Fixes the permissions exploit.

This commit is contained in:
PJB3005
2015-10-19 20:41:03 +02:00
parent e19698ae80
commit 0243d39c1c
2 changed files with 18 additions and 4 deletions

View File

@@ -22,6 +22,10 @@ var/global/floorIsLava = 0
var/msg = rendered
C << msg
// Not happening.
// Yes I could do a +PERMISSIONS check but I'm both too lazy and worried admins might do it on accident.
/datum/admins/SDQL_update(var/const/var_name, var/new_value)
return 0
///////////////////////////////////////////////////////////////////////////////////////////////Panels