DroppedEvent uses EntityUid exclusively

This commit is contained in:
Vera Aguilera Puerto
2021-11-09 15:03:01 +01:00
parent c10a65d588
commit 22724d06b4
3 changed files with 7 additions and 17 deletions

View File

@@ -60,7 +60,7 @@ namespace Content.Server.Hands.Systems
private void HandleItemDropped(EntityUid uid, HandVirtualItemComponent component, DroppedEvent args)
{
Delete(component, args.User.Uid);
Delete(component, args.UserUid);
}
/// <summary>