StackSystem uses EntityUid for Split and Spawn

This commit is contained in:
Vera Aguilera Puerto
2021-11-09 15:34:40 +01:00
parent 6f2cc733e7
commit 8b57bafcd1
13 changed files with 60 additions and 44 deletions

View File

@@ -245,7 +245,7 @@ namespace Content.Server.Hands.Systems
if (splitStack == null)
return false;
throwEnt = splitStack;
throwEnt = EntityManager.GetEntity(splitStack.Value);
}
else if (!hands.Drop(throwEnt))
return false;