1
Fork 0
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:
Quackster 2024-07-29 12:34:21 +10:00 committed by GitHub
parent 41d436456b
commit ced318e4d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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");