mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-22 21:01:49 +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();
|
||||
|
||||
OpenArchives();
|
||||
|
||||
SetPaths();
|
||||
|
||||
OpenArchives();
|
||||
|
||||
ConsoleInitializeClientCommand();
|
||||
|
||||
ConsoleInitializeClientCVar("Config.wtf");
|
||||
|
Loading…
Reference in New Issue
Block a user