We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ac015db + 13d2c5a commit 003a8f5Copy full SHA for 003a8f5
Server/mods/deathmatch/logic/luadefs/CLuaVehicleDefs.cpp
@@ -165,7 +165,7 @@ void CLuaVehicleDefs::AddClass(lua_State* luaVM)
165
lua_classfunction(luaVM, "getEngineState", "getVehicleEngineState");
166
lua_classfunction(luaVM, "getLandingGearDown", "getVehicleLandingGearDown");
167
lua_classfunction(luaVM, "getLightState", "getVehicleLightState");
168
- lua_classfunction(luaVM, "getMaxPassenger", "getVehicleMaxPassengers");
+ lua_classfunction(luaVM, "getMaxPassengers", "getVehicleMaxPassengers");
169
lua_classfunction(luaVM, "getName", "getVehicleName");
170
lua_classfunction(luaVM, "getOccupant", "getVehicleOccupant");
171
lua_classfunction(luaVM, "getOccupants", "getVehicleOccupants");
0 commit comments