mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
fuck it, dont do CanOwn check here we ball
This commit is contained in:
parent
c2efd4af27
commit
aaee2ded3a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user