pool.at - veh is null raus damit

This commit is contained in:
hydrant
2020-07-31 18:18:19 +02:00
parent c15a66a466
commit 8ea05fbb4f

View File

@@ -188,7 +188,6 @@ class RageVehiclePool implements IVehiclePool {
var veh = mp.vehicles.atRemoteId(Number(id)); var veh = mp.vehicles.atRemoteId(Number(id));
if (!veh) { if (!veh) {
game.ui.sendChatMessage("pool.at - veh is null")
return null; return null;
} }