client: add runtime config
A form of this was added in 1.7.11.2 in e8ea616fc24691177cb2de18698f13ba17448a11, but did not bind the config to the RuneLite guice module.
This commit is contained in:
@@ -89,7 +89,7 @@ public class PluginManagerTest
|
||||
.thenThrow(new RuntimeException("in plugin manager test"));
|
||||
|
||||
Injector injector = Guice.createInjector(Modules
|
||||
.override(new RuneLiteModule(okHttpClient, () -> null, true, false,
|
||||
.override(new RuneLiteModule(okHttpClient, () -> null, () -> null, true, false,
|
||||
RuneLite.DEFAULT_SESSION_FILE,
|
||||
RuneLite.DEFAULT_CONFIG_FILE))
|
||||
.with(BoundFieldModule.of(this)));
|
||||
|
||||
Reference in New Issue
Block a user