fuck it, dont do CanOwn check here we ball

This commit is contained in:
JohnCorby 2022-08-16 10:53:50 -07:00
parent c2efd4af27
commit aaee2ded3a

View File

@ -10,10 +10,6 @@ public static class IAuthWorldObject_Extensions
/// </summary>
public static void RequestOwnership(this IAuthWorldObject authWorldObject)
{
if (!authWorldObject.CanOwn)
{
return;
}
if (authWorldObject.Owner != 0)
{
return;