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

View file

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