Merge pull request #319 from ZomgPonies/master

Fixes attacklog toggle not saving accross rounds
This commit is contained in:
Fox-McCloud
2015-02-15 16:13:13 -05:00
+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