Skip to content

Commit 2b87fd4

Browse files
make it default true to not break backwards compatibility
1 parent e9f6345 commit 2b87fd4

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
@@ -12,7 +12,7 @@
1212

1313
int CLuaFunctionDefs::GetValidPedModels(lua_State* luaVM)
1414
{
15-
bool includeCustom = false;
15+
bool includeCustom = true;
1616
CScriptArgReader argStream(luaVM);
1717
argStream.ReadBool(includeCustom);
1818

0 commit comments

Comments
 (0)