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:
parent
782b3e5b4f
commit
3f2f44d05c
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue