Skip to content

Commit 053fe99

Browse files
Update Client/mods/deathmatch/logic/lua/CLuaFunctionDefs.Util.cpp
Co-authored-by: Uladzislau Nikalayevich <[email protected]>
1 parent eac91d5 commit 053fe99

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 = true;
15+
bool includeCustom;
1616
CScriptArgReader argStream(luaVM);
1717
argStream.ReadBool(includeCustom, true);
1818

0 commit comments

Comments
 (0)