mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-13 03:32:28 +00:00
feat(client): use 'realmList' CVar when connecting to realm list server
This commit is contained in:
parent
9096894a21
commit
d60b85f85c
6 changed files with 148 additions and 5 deletions
|
|
@ -178,7 +178,12 @@ int32_t InitializeGlobal() {
|
|||
|
||||
ConsoleInitializeClientCommand();
|
||||
|
||||
CVar::Initialize("Config.wtf");
|
||||
ConsoleInitializeClientCVar("Config.wtf");
|
||||
|
||||
// TODO
|
||||
// replace enUS with detected locale
|
||||
ClientServices::InitLoginServerCVars(1, "enUS");
|
||||
|
||||
// sub_7663F0();
|
||||
|
||||
// v18 = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue