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 eac91d5 commit 053fe99Copy full SHA for 053fe99
Client/mods/deathmatch/logic/lua/CLuaFunctionDefs.Util.cpp
@@ -12,7 +12,7 @@
12
13
int CLuaFunctionDefs::GetValidPedModels(lua_State* luaVM)
14
{
15
- bool includeCustom = true;
+ bool includeCustom;
16
CScriptArgReader argStream(luaVM);
17
argStream.ReadBool(includeCustom, true);
18
0 commit comments