mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore(net): clean up member visibility in NetClient
This commit is contained in:
parent
5e2c1e7769
commit
431ed626c9
3 changed files with 33 additions and 27 deletions
|
|
@ -26,7 +26,7 @@ void ClientServices::ConnectToSelectedServer() {
|
|||
return;
|
||||
}
|
||||
|
||||
if (ClientServices::Connection()->m_netState != NS_INITIALIZED) {
|
||||
if (ClientServices::Connection()->GetState() != NS_INITIALIZED) {
|
||||
ClientServices::Connection()->SetStatus(0, 39);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue