This commit is contained in:
2023-07-30 21:14:14 +03:00
parent 4a8aae11e3
commit 5fc55eaddc
21 changed files with 124 additions and 78 deletions
@@ -117,6 +117,9 @@ internal class SnapshotHandler : Handler
entity.Attach(_client, entityId, entityType, hasAuthority, player);
}
_listenerList.OnJoined();
if (_client.Status != RagonStatus.ROOM)
_listenerList.OnJoined();
_listenerList.OnSceneLoaded();
}
}