Skip to content

Commit

Permalink
Work :<
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Apr 5, 2024
1 parent 0657e88 commit b4151c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lua_ILuaInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GMOD_Info* GMOD;
void ILuaInterface_CheckType(GarrysMod::Lua::ILuaBase* LUA, int index)
{
if(!LUA->IsType(index, metatype))
luaL_typerror(LUA->GetState(), index, metaname);
LUA->TypeError(index, metaname);
}

LUA_ILuaInterface *ILuaInterface_GetUserdata(GarrysMod::Lua::ILuaBase *LUA, int index)
Expand Down

0 comments on commit b4151c5

Please sign in to comment.