adjustments

This commit is contained in:
Fox-McCloud
2015-07-12 18:46:13 -04:00
parent e5ee234292
commit a1b56cd4a0
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ var/global/normal_ooc_colour = "#002eb8"
world << "<B>The OOC channel has been globally disabled!</B>"
/proc/auto_toggle_ooc(var/on)
if(!config.ooc_during_round && ooc_allowed != on)
if(config.auto_toggle_ooc_during_round && ooc_allowed != on)
toggle_ooc()
/client/proc/set_ooc(newColor as color)