Scopes Log Rank fix

So I can still see them >_<
This commit is contained in:
SoundScopes
2014-09-07 22:30:21 +01:00
parent f3e503ccff
commit 22e1eb3e90
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -926,7 +926,7 @@ var/list/admin_verbs_mod = list(
set desc = "SoundScopes Advanced debug logs, this will create spam for yourself"
if(!check_rights(R_DEV)) return
if(!check_rights(R_MOD)) return
if(!check_rights(R_ADMIN)) return
prefs.toggles ^= CHAT_SCOPES_DEBUG
if (prefs.toggles & CHAT_SCOPES_DEBUG)