diff --git a/QSB/AuthoritySync/AuthWorldObject.cs b/QSB/AuthoritySync/AuthWorldObject.cs index e1de52fe..f70d64c7 100644 --- a/QSB/AuthoritySync/AuthWorldObject.cs +++ b/QSB/AuthoritySync/AuthWorldObject.cs @@ -33,7 +33,7 @@ public abstract class AuthWorldObject : WorldObject, IAuthWorldObject } if (Owner == player.PlayerId) { - this.ReleaseOwnership(); + ((IAuthWorldObject)this).SendMessage(new AuthWorldObjectMessage(CanOwn ? QSBPlayerManager.LocalPlayerId : 0)); } } }