diff options
Diffstat (limited to 'src/game/Unit.cpp')
-rw-r--r-- | src/game/Unit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index fbd3444bd5d..aa37562df33 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -15943,7 +15943,7 @@ bool Unit::SetPosition(float x, float y, float z, float orientation, bool telepo if ((relocated || turn) && IsVehicle()) GetVehicleKit()->RelocatePassengers(x,y,z,orientation); - return true; + return (relocated || turn); } void Unit::SendThreatListUpdate() |