the host request message should disappear when not hosting

This commit is contained in:
alexsandulescu 2021-07-18 20:34:26 +03:00
parent 8b78ab729b
commit 65e5a8d756

View File

@ -377,7 +377,9 @@ void CCompanion::UpdateHostingStatus()
switch (HostingStatus)
{
case EHostStatus::NotHosting:
{
{
HostRequestMessage = "";
HostRequestMessageColor = ImVec4(1.00f, 1.00f, 1.00f, 1.00f);
break;
}
case EHostStatus::Hosting: