Set JOIN_TIME_LIMIT to 3600

This commit is contained in:
nyuszika7h 2014-07-02 07:23:17 +02:00
parent 02b1a25644
commit 5c86786409

View File

@ -19,7 +19,7 @@ NIGHT_TIME_LIMIT = 120
NIGHT_TIME_WARN = 90 # should be less than NIGHT_TIME_LIMIT
DAY_TIME_LIMIT_WARN = 600
DAY_TIME_LIMIT_CHANGE = 120 # seconds after DAY_TIME_LIMIT_WARN has passed
JOIN_TIME_LIMIT = 0
JOIN_TIME_LIMIT = 3600
# May only be set if the above are also set
SHORT_DAY_PLAYERS = 6 # Number of players left to have a short day
SHORT_DAY_LIMIT_WARN = 400