From e44704dc8290918a22e8126b44d3037a1e857d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Wed, 17 Jun 2020 21:24:59 +0300 Subject: Ped, Weapon and fixes --- src/control/Script.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/control/Script.cpp') diff --git a/src/control/Script.cpp b/src/control/Script.cpp index b1cf44c6..f90e7fb5 100644 --- a/src/control/Script.cpp +++ b/src/control/Script.cpp @@ -10876,7 +10876,6 @@ int8 CRunningScript::ProcessCommands1200To1299(int32 command) } case COMMAND_POP_CAR_BOOT: { - CollectParameters(&m_nIp, 1); CollectParameters(&m_nIp, 1); CAutomobile* pCar = (CAutomobile*)CPools::GetVehiclePool()->GetAt(ScriptParams[0]); assert(pCar&& pCar->IsCar()); -- cgit v1.2.3