mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-02 04:37:47 +00:00
Disable room ads by default as by default no urls are configured [skip actions]
This commit is contained in:
parent
5d49fd998f
commit
41d436456b
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ public class GameConfigWriter implements ConfigWriter {
|
|||
Map<String, String> config = new HashMap<>();
|
||||
config.put("site.path", "http://localhost");
|
||||
|
||||
config.put("room.ads", "true");
|
||||
config.put("room.intersitial.ads", "true");
|
||||
config.put("room.ads", "false");
|
||||
config.put("room.intersitial.ads", "false");
|
||||
|
||||
/*
|
||||
config.put("bot.connection.allow", "false");
|
||||
|
|
Loading…
Add table
Reference in a new issue