Store game colour and uses_engine_cfg to settings config, use wwconfig when game doesn't use engine.cfg

This commit is contained in:
2024-03-04 18:17:32 -06:00
parent 655fc14557
commit 5c806852a5
4 changed files with 34 additions and 7 deletions

View File

@@ -10,11 +10,6 @@ class W3DHub
Store[:main_thread_queue] = []
# Repair/Upgrade schema
Store.settings[:favorites] ||= {}
Store.settings.save_settings
begin
I18n.locale = Store.settings[:language]
rescue I18n::InvalidLocale