Fix typo in rapidfire where day ending warning was not shown

This commit is contained in:
skizzerz 2014-08-17 21:45:28 -05:00
parent 390fd937bf
commit 361cb0dd6e

View File

@ -377,7 +377,7 @@ class RapidFireMode(object):
self.MAX_PLAYERS = 25
self.SHARPSHOOTER_CHANCE = 1
self.DAY_TIME_LIMIT = 480
self.DAY_LIMIT_WARN = 360
self.DAY_TIME_WARN = 360
self.SHORT_DAY_LIMIT = 240
self.SHORT_DAY_WARN = 180
self.ROLE_INDEX = ( 6 , 8 , 10 , 12 , 15 , 18 , 22 )