mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
the host request message should disappear when not hosting
This commit is contained in:
parent
8b78ab729b
commit
65e5a8d756
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user