Fix change that was lost in disposals translation

This commit is contained in:
DrSmugleaf
2020-07-08 16:44:56 +02:00
parent dc979f87c2
commit 1d7928101b

View File

@@ -48,7 +48,7 @@ namespace Content.Server.GameObjects.Components
private void StopThrow() private void StopThrow()
{ {
if (Owner.Deleted) if (Deleted)
{ {
return; return;
} }