This commit is contained in:
Robin Rolf 2024-01-30 02:20:55 +01:00
parent ebdd36f6fc
commit 12ce588711

View File

@ -48,7 +48,7 @@ public override void Rebuild(NetworkIdentity identity, bool initialize)
public override bool OnCheckObserver(NetworkIdentity identity, NetworkConnectionToClient newObserver) public override bool OnCheckObserver(NetworkIdentity identity, NetworkConnectionToClient newObserver)
{ {
// we build initial state during the normal loop too // do nothing, we rebuild globally and individually in OnSpawned
return false; return false;
} }