TRUEFALSE and changed the logic

This commit is contained in:
tortellinitony
2017-08-31 22:18:58 -04:00
parent 8739d7e835
commit 335ebb3ccf
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -461,9 +461,9 @@ SUBSYSTEM_DEF(ticker)
to_chat(world, "<BR><BR><BR><FONT size=3><B>The round has ended.</B></FONT>")
var/rollcredits = config.roll_credits_round_end
var/nocredits = config.no_credits_round_end
for(var/client/C in GLOB.clients)
if(!C.credits && rollcredits)
if(!C.credits && !nocredits)
C.RollCredits()
C.playtitlemusic(40)