mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
change the check
This commit is contained in:
parent
678e882d99
commit
29e8879543
@ -27,7 +27,7 @@ public static class IAuthWorldObject_Extensions
|
||||
/// </summary>
|
||||
public static void ReleaseOwnership(this IAuthWorldObject authWorldObject)
|
||||
{
|
||||
if (authWorldObject.Owner == 0)
|
||||
if (authWorldObject.Owner != QSBPlayerManager.LocalPlayerId)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user