mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-16 07:10:35 +00:00
more copying from quantum man
This commit is contained in:
parent
56888bb855
commit
c2efd4af27
@ -33,7 +33,7 @@ public abstract class AuthWorldObject<T> : WorldObject<T>, IAuthWorldObject
|
|||||||
}
|
}
|
||||||
if (Owner == player.PlayerId)
|
if (Owner == player.PlayerId)
|
||||||
{
|
{
|
||||||
this.ReleaseOwnership();
|
((IAuthWorldObject)this).SendMessage(new AuthWorldObjectMessage(CanOwn ? QSBPlayerManager.LocalPlayerId : 0));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user