mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-02 04:37:47 +00:00
Disable SnowStorm by default (unsupported) [skip actions]
This commit is contained in:
parent
41d436456b
commit
ced318e4d5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class GameConfigWriter implements ConfigWriter {
|
|||
config.put("battleball.ticket.charge", "2");
|
||||
config.put("battleball.increase.points", "true");
|
||||
|
||||
config.put("snowstorm.create.game.enabled", "true");
|
||||
config.put("snowstorm.create.game.enabled", "false");
|
||||
config.put("snowstorm.start.minimum.active.teams", "2");
|
||||
config.put("snowstorm.preparing.game.seconds", "10"); // 5, 4, 3, 2, 1 - then destruction of 1
|
||||
config.put("snowstorm.game.lifetime.seconds", "0");
|
||||
|
|
Loading…
Add table
Reference in a new issue