1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-02 04:37:47 +00:00

Fix default flash external texts and variable paths

This commit is contained in:
Quackster 2024-09-11 18:44:17 +10:00
parent 782b3e5b4f
commit 3f2f44d05c

View file

@ -31,8 +31,8 @@ public class WebSettingsConfigWriter implements ConfigWriter {
config.put("loader.flash.base", "http://localhost/gordon/RELEASE39-22643-22891-200911110035_07c3a2a30713fd5bea8a8caf07e33438/");
config.put("loader.flash.swf", "http://localhost/gordon/RELEASE39-22643-22891-200911110035_07c3a2a30713fd5bea8a8caf07e33438/Habbo.swf");
config.put("loader.flash.external.texts", "http://localhost/flash_gamedata/external_texts.txt");
config.put("loader.flash.external.variables", "http://localhost/flash_gamedata/gamedata/external_variables.txt");
config.put("loader.flash.external.texts", "http://localhost/flash/gamedata/external_flash_texts.txt");
config.put("loader.flash.external.variables", "http://localhost/flash/gamedata/external_variables.txt");
config.put("registration.disabled", "false");