mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-28 00:19:27 +00:00
typo
This commit is contained in:
parent
91afa95954
commit
06715cacc1
@ -27,7 +27,7 @@ public class OwnedWorldObjectMessage : QSBWorldObjectMessage<IOwnedWorldObject,
|
|||||||
// if Obj==Message then No
|
// if Obj==Message then No
|
||||||
// Obj
|
// 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;
|
return (WorldObject.Owner == 0 || Data == 0) && WorldObject.Owner != Data;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user