mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
fixed bug
This commit is contained in:
parent
34c71b1007
commit
a167eed2c1
@ -41,9 +41,9 @@ public:
|
||||
} CurrentSection;
|
||||
|
||||
enum class EHostStatus {
|
||||
NotHosting,
|
||||
WaitingForStateChange,
|
||||
Hosting,
|
||||
NotHosting,
|
||||
ConnectedToSomeoneElse
|
||||
};
|
||||
|
||||
@ -71,7 +71,7 @@ public:
|
||||
std::string* SelectedMap = nullptr;
|
||||
char ServerNameBuffer[64] = { 0 };
|
||||
bool StartAsDedi;
|
||||
EHostStatus HostingStatus = EHostStatus::WaitingForStateChange;
|
||||
EHostStatus HostingStatus = EHostStatus::NotHosting;
|
||||
|
||||
void RefreshServerList();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user