Skip to content

Commit

Permalink
Fix missing "s"
Browse files Browse the repository at this point in the history
  • Loading branch information
emre1702 committed Jun 23, 2018
1 parent ac015db commit 13d2c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/mods/deathmatch/logic/luadefs/CLuaVehicleDefs.cpp
Expand Up @@ -165,7 +165,7 @@ void CLuaVehicleDefs::AddClass(lua_State* luaVM)
lua_classfunction(luaVM, "getEngineState", "getVehicleEngineState");
lua_classfunction(luaVM, "getLandingGearDown", "getVehicleLandingGearDown");
lua_classfunction(luaVM, "getLightState", "getVehicleLightState");
lua_classfunction(luaVM, "getMaxPassenger", "getVehicleMaxPassengers");
lua_classfunction(luaVM, "getMaxPassengers", "getVehicleMaxPassengers");
lua_classfunction(luaVM, "getName", "getVehicleName");
lua_classfunction(luaVM, "getOccupant", "getVehicleOccupant");
lua_classfunction(luaVM, "getOccupants", "getVehicleOccupants");
Expand Down

0 comments on commit 13d2c5a

Please sign in to comment.