Skip to content

Commit eac91d5

Browse files
Update CLuaFunctionDefs.Util.cpp
1 parent 2b87fd4 commit eac91d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/mods/deathmatch/logic/lua/CLuaFunctionDefs.Util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ int CLuaFunctionDefs::GetValidPedModels(lua_State* luaVM)
1414
{
1515
bool includeCustom = true;
1616
CScriptArgReader argStream(luaVM);
17-
argStream.ReadBool(includeCustom);
17+
argStream.ReadBool(includeCustom, true);
1818

1919
auto modelManager = g_pClientGame->GetManager()->GetModelManager();
2020

0 commit comments

Comments
 (0)