mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(client): define login CVars inside ClientServices.cpp
This commit is contained in:
parent
0b6ca30f7d
commit
127b83f24c
1 changed files with 7 additions and 0 deletions
|
|
@ -21,6 +21,13 @@ bool ClientServices::s_newLogin;
|
|||
REALM_INFO ClientServices::s_selectRealmInfo;
|
||||
bool ClientServices::s_selectRealmInfoValid;
|
||||
|
||||
CVar* s_realmNameVar = nullptr;
|
||||
CVar* s_decorateAccountName = nullptr;
|
||||
CVar* s_realmListBNVar = nullptr;
|
||||
CVar* s_darkPortalVar = nullptr;
|
||||
CVar* s_ServerAlertVar = nullptr;
|
||||
CVar* s_realmListVar = nullptr;
|
||||
|
||||
void ClientServices::ConnectToSelectedServer() {
|
||||
if (!ClientServices::s_selectRealmInfoValid && !ClientServices::SetSelectedRealmInfo(0)) {
|
||||
ClientServices::Connection()->Complete(0, 39);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue