Skip to content

Commit

Permalink
Woops
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed Apr 5, 2024
1 parent be6d531 commit 5509de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/library_Global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ LUA_FUNCTION(Global_Msg)
{
LUA->Push(-3);
GarrysMod::Lua::ILuaInterface* LLUA = (GarrysMod::Lua::ILuaInterface*)LUA;
LLUA->CallFunctionProtected(1, 1);
LLUA->CallFunctionProtected(1, 1, true);

if (LUA->IsType(-1, GarrysMod::Lua::Type::String))
{
Expand Down

0 comments on commit 5509de3

Please sign in to comment.