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.
1 parent 2b87fd4 commit eac91d5Copy full SHA for eac91d5
Client/mods/deathmatch/logic/lua/CLuaFunctionDefs.Util.cpp
@@ -14,7 +14,7 @@ int CLuaFunctionDefs::GetValidPedModels(lua_State* luaVM)
14
{
15
bool includeCustom = true;
16
CScriptArgReader argStream(luaVM);
17
- argStream.ReadBool(includeCustom);
+ argStream.ReadBool(includeCustom, true);
18
19
auto modelManager = g_pClientGame->GetManager()->GetModelManager();
20
0 commit comments