mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 12:25:59 +03:00
fix(client): SetPaths() before OpenArchives(), for obvious reasons
This commit is contained in:
parent
5dc5040e24
commit
18d7f60df0
@ -175,10 +175,10 @@ int32_t InitializeGlobal() {
|
|||||||
|
|
||||||
// ClientServices::LoadCDKey();
|
// ClientServices::LoadCDKey();
|
||||||
|
|
||||||
OpenArchives();
|
|
||||||
|
|
||||||
SetPaths();
|
SetPaths();
|
||||||
|
|
||||||
|
OpenArchives();
|
||||||
|
|
||||||
ConsoleInitializeClientCommand();
|
ConsoleInitializeClientCommand();
|
||||||
|
|
||||||
ConsoleInitializeClientCVar("Config.wtf");
|
ConsoleInitializeClientCVar("Config.wtf");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user