Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
Disable SnowStorm by default (unsupported) [skip actions]
Browse files Browse the repository at this point in the history
  • Loading branch information
Quackster authored Jul 29, 2024
1 parent 41d4364 commit ced318e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public Map<String, String> setConfigurationDefaults() {
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");
Expand Down

0 comments on commit ced318e

Please sign in to comment.