mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 13:17:46 +00:00
Tutorial enabled by default
This commit is contained in:
parent
aeb7909018
commit
41cb767aa0
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ public class GameConfigWriter implements ConfigWriter {
|
||||||
config.put("snowstorm.ticket.charge", "2");
|
config.put("snowstorm.ticket.charge", "2");
|
||||||
config.put("snowstorm.increase.points", "true");
|
config.put("snowstorm.increase.points", "true");
|
||||||
|
|
||||||
config.put("tutorial.enabled", "false");
|
config.put("tutorial.enabled", "true");
|
||||||
config.put("profile.editing", "false");
|
config.put("profile.editing", "false");
|
||||||
config.put("vouchers.enabled", "true");
|
config.put("vouchers.enabled", "true");
|
||||||
config.put("shutdown.minutes", "1");
|
config.put("shutdown.minutes", "1");
|
||||||
|
|
Loading…
Add table
Reference in a new issue