fixed bug

This commit is contained in:
alexsandulescu 2021-07-17 01:48:46 +03:00
parent 34c71b1007
commit a167eed2c1

View File

@ -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();