more copying from quantum man

This commit is contained in:
JohnCorby 2022-08-16 10:53:11 -07:00
parent 56888bb855
commit c2efd4af27

View File

@ -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));
} }
} }
} }