Fixes attacklog toggle not saving accross rounds

This commit is contained in:
ZomgPonies
2015-02-15 12:23:21 -05:00
parent 8747478e0d
commit 66be012a9c
+1
View File
@@ -638,6 +638,7 @@ var/list/admin_verbs_mod = list(
set category = "Preferences"
prefs.toggles ^= CHAT_ATTACKLOGS
prefs.save_preferences(src)
if (prefs.toggles & CHAT_ATTACKLOGS)
usr << "You now will get attack log messages"
else