From 18d7f60df0250b11a2c2b9e9656167e1859ef415 Mon Sep 17 00:00:00 2001 From: superp00t Date: Mon, 12 Feb 2024 17:35:02 -0500 Subject: [PATCH] fix(client): SetPaths() before OpenArchives(), for obvious reasons --- src/client/Client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/Client.cpp b/src/client/Client.cpp index 8059073..c2387c4 100644 --- a/src/client/Client.cpp +++ b/src/client/Client.cpp @@ -175,10 +175,10 @@ int32_t InitializeGlobal() { // ClientServices::LoadCDKey(); - OpenArchives(); - SetPaths(); + OpenArchives(); + ConsoleInitializeClientCommand(); ConsoleInitializeClientCVar("Config.wtf");