Fix change that was lost in disposals translation
This commit is contained in:
@@ -48,7 +48,7 @@ namespace Content.Server.GameObjects.Components
|
|||||||
|
|
||||||
private void StopThrow()
|
private void StopThrow()
|
||||||
{
|
{
|
||||||
if (Owner.Deleted)
|
if (Deleted)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user