Skip to content

Commit 5a8d353

Browse files
committed
typo fix and move above
1 parent ecf5afe commit 5a8d353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/luadefs/CLuaVehicleDefs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)