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 053fe99 commit 352e762Copy full SHA for 352e762
Client/mods/deathmatch/logic/lua/CLuaFunctionDefs.Util.cpp
@@ -16,7 +16,7 @@ int CLuaFunctionDefs::GetValidPedModels(lua_State* luaVM)
16
CScriptArgReader argStream(luaVM);
17
argStream.ReadBool(includeCustom, true);
18
19
- auto modelManager = g_pClientGame->GetManager()->GetModelManager();
+ auto* modelManager = g_pClientGame->GetManager()->GetModelManager();
20
21
std::size_t index = 0;
22
lua_newtable(luaVM);
0 commit comments