mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +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();
|
||||
|
||||
OpenArchives();
|
||||
|
||||
SetPaths();
|
||||
|
||||
OpenArchives();
|
||||
|
||||
ConsoleInitializeClientCommand();
|
||||
|
||||
ConsoleInitializeClientCVar("Config.wtf");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue