mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-02-20 15:41:01 +00:00
dont want about PlayerInformationEvent if we're the only player
This commit is contained in:
parent
e9846952b1
commit
c4cd2f3286
@ -38,7 +38,11 @@ namespace QSB.Player.Messages
|
||||
{
|
||||
if (_waitingForEvent)
|
||||
{
|
||||
DebugLog.ToConsole($"Did not receive PlayerInformationEvent in time. Setting _waitingForEvent to false.", MessageType.Info);
|
||||
if (QSBPlayerManager.PlayerList.Count > 1)
|
||||
{
|
||||
DebugLog.ToConsole($"Did not receive PlayerInformationEvent in time. Setting _waitingForEvent to false.", MessageType.Info);
|
||||
}
|
||||
|
||||
_waitingForEvent = false;
|
||||
}
|
||||
}, 60);
|
||||
|
Loading…
x
Reference in New Issue
Block a user