Update CutsceneService and ObjectManager from upstream

This commit is contained in:
RisaDev
2024-09-30 22:44:47 +03:00
parent 80d0ed4f07
commit 021f4c8724
2 changed files with 20 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ public class ObjectManager(
return false;
_identifierUpdate = LastUpdate;
World = (ushort)(this[0].Valid ? this[0].HomeWorld : 0);
World = (ushort)(Player.Valid ? Player.HomeWorld : 0);
_identifiers.Clear();
_allWorldIdentifiers.Clear();
_nonOwnedIdentifiers.Clear();