mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 03:32:47 +00:00
fix bug where _baseIsReady was always false in client 1 until client 2 joined
This commit is contained in:
parent
cff4ce53fe
commit
e7db67a3a9
@ -73,7 +73,7 @@ namespace QSB.Syncs
|
|||||||
public PlayerInfo Player => QSBPlayerManager.GetPlayer(PlayerId);
|
public PlayerInfo Player => QSBPlayerManager.GetPlayer(PlayerId);
|
||||||
private bool _baseIsReady => QSBPlayerManager.PlayerExists(PlayerId)
|
private bool _baseIsReady => QSBPlayerManager.PlayerExists(PlayerId)
|
||||||
&& Player != null
|
&& Player != null
|
||||||
&& Player.IsReady
|
// && Player.IsReady
|
||||||
&& NetId.Value != uint.MaxValue
|
&& NetId.Value != uint.MaxValue
|
||||||
&& NetId.Value != 0U
|
&& NetId.Value != 0U
|
||||||
&& WorldObjectManager.AllAdded;
|
&& WorldObjectManager.AllAdded;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user