Updated submodules

This commit is contained in:
RisaDev
2024-03-26 00:26:02 +03:00
parent abb92e741e
commit ec0914a8a1
8 changed files with 45 additions and 67 deletions

View File

@@ -139,7 +139,7 @@ public unsafe sealed class ArmatureManager : IDisposable
return null;
}
foreach (var obj in _objectManager)
foreach (var obj in _objectManager.Identifiers)
{
var actorIdentifier = obj.Key.CreatePermanent();
if (!Armatures.ContainsKey(actorIdentifier))