mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
fix(client): SetPaths() before OpenArchives(), for obvious reasons
This commit is contained in:
parent
5dc5040e24
commit
18d7f60df0
1 changed files with 2 additions and 2 deletions
|
|
@ -175,10 +175,10 @@ int32_t InitializeGlobal() {
|
||||||
|
|
||||||
// ClientServices::LoadCDKey();
|
// ClientServices::LoadCDKey();
|
||||||
|
|
||||||
OpenArchives();
|
|
||||||
|
|
||||||
SetPaths();
|
SetPaths();
|
||||||
|
|
||||||
|
OpenArchives();
|
||||||
|
|
||||||
ConsoleInitializeClientCommand();
|
ConsoleInitializeClientCommand();
|
||||||
|
|
||||||
ConsoleInitializeClientCVar("Config.wtf");
|
ConsoleInitializeClientCVar("Config.wtf");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue