mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 05:07:46 +00:00
Snowstorm enabled by default
This commit is contained in:
parent
a0c0039bc1
commit
a6c3499e0a
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", "false");
|
||||
config.put("snowstorm.create.game.enabled", "true");
|
||||
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