Change ThrowHelper methods to be extensions (#2254)

This commit is contained in:
DrSmugleaf
2020-10-14 22:41:44 +02:00
committed by GitHub
parent d9b3833577
commit e9d9618c8f
3 changed files with 6 additions and 6 deletions

View File

@@ -156,7 +156,7 @@ namespace Content.Server.GameObjects.Components.Items.Storage
break;
}
ThrowHelper.Throw(Owner, throwForce, targetLocation, sourceLocation, true);
Owner.Throw(throwForce, targetLocation, sourceLocation, true);
}
}
}