File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Client/mods/deathmatch/logic/luadefs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ void CLuaVehicleDefs::LoadFunctions()
9292 {" getVehicleModelWheelSize" , ArgumentParser<GetVehicleModelWheelSize>},
9393 {" getVehicleWheelFrictionState" , ArgumentParser<GetVehicleWheelFrictionState>},
9494 {" getVehicleEntryPoints" , ArgumentParser<GetVehicleEntryPoints>},
95+ {" isPlaneTrailEnabled" , ArgumentParser<IsSmokeTrailEnabled>},
9596
9697 // Vehicle set funcs
9798 {" createVehicle" , CreateVehicle},
@@ -157,7 +158,6 @@ void CLuaVehicleDefs::LoadFunctions()
157158 {" setVehicleModelWheelSize" , ArgumentParser<SetVehicleModelWheelSize>},
158159 {" spawnVehicleFlyingComponent" , ArgumentParser<SpawnVehicleFlyingComponent>},
159160 {" setPlaneTrailEnabled" , ArgumentParser<SetSmokeTrailEnabled>},
160- {" IsPlaneTrailEnabled" , ArgumentParser<IsSmokeTrailEnabled>},
161161 };
162162
163163 // Add functions
You can’t perform that action at this time.
0 commit comments