Skip to content

Commit

Permalink
Debugging something
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Nov 26, 2023
1 parent a0f7ce8 commit 4bb91eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/lua_threaded.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

GMOD_MODULE_OPEN()
{
Msg("LuaThreaded Loading\n");

GMOD = new GMOD_Info;

LUA->PushSpecial(SPECIAL_GLOB);
Expand All @@ -22,6 +24,8 @@ GMOD_MODULE_OPEN()

InitMetaTable((ILuaInterface*)LUA);

Msg("LuaThreaded Loaded\n");

return 0;
}

Expand Down

0 comments on commit 4bb91eb

Please sign in to comment.