aboutsummaryrefslogtreecommitdiff
path: root/src/game/Map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Map.cpp')
-rw-r--r--src/game/Map.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/Map.cpp b/src/game/Map.cpp
index a9219d0f624..247bf7efafa 100644
--- a/src/game/Map.cpp
+++ b/src/game/Map.cpp
@@ -1048,9 +1048,6 @@ Map::CreatureRelocation(Creature *creature, float x, float y, float z, float ang
AddNotifier<Creature>(creature);
}
- if (creature->IsVehicle())
- creature->GetVehicleKit()->RelocatePassengers(x,y,z,ang);
-
assert(CheckGridIntegrity(creature,true));
}