fix(client): SetPaths() before OpenArchives(), for obvious reasons

This commit is contained in:
superp00t 2024-02-12 17:35:02 -05:00
parent 5dc5040e24
commit 18d7f60df0

View File

@ -175,10 +175,10 @@ int32_t InitializeGlobal() {
// ClientServices::LoadCDKey();
OpenArchives();
SetPaths();
OpenArchives();
ConsoleInitializeClientCommand();
ConsoleInitializeClientCVar("Config.wtf");