This commit is contained in:
JohnCorby 2023-09-17 18:52:51 -07:00
parent 91afa95954
commit 06715cacc1

View File

@ -27,7 +27,7 @@ public class OwnedWorldObjectMessage : QSBWorldObjectMessage<IOwnedWorldObject,
// if Obj==Message then No
// Obj
// ie if no owner, or we're trying to release ownership, and we're actually changing what the owner already is
// ie if no owner, or we're trying to release ownership, and we're actually changing who the owner is
return (WorldObject.Owner == 0 || Data == 0) && WorldObject.Owner != Data;
}
}