diff --git a/settings/wolfgame.py b/settings/wolfgame.py index e7ac8ef..4ae9364 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -15,7 +15,7 @@ DAY_TIME_LIMIT_WARN = 600 DAY_TIME_LIMIT_CHANGE = 120 # seconds after DAY_TIME_LIMIT_WARN has passed # 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_LIMT_WARN = 400 +SHORT_DAY_LIMIT_WARN = 400 SHORT_DAY_LIMIT_CHANGE = 120 KILL_IDLE_TIME = 300 WARN_IDLE_TIME = 180