Skip to content

Commit 352e762

Browse files
Update CLuaFunctionDefs.Util.cpp
1 parent 053fe99 commit 352e762

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
@@ -16,7 +16,7 @@ int CLuaFunctionDefs::GetValidPedModels(lua_State* luaVM)
1616
CScriptArgReader argStream(luaVM);
1717
argStream.ReadBool(includeCustom, true);
1818

19-
auto modelManager = g_pClientGame->GetManager()->GetModelManager();
19+
auto* modelManager = g_pClientGame->GetManager()->GetModelManager();
2020

2121
std::size_t index = 0;
2222
lua_newtable(luaVM);

0 commit comments

Comments
 (0)