Skip to content

Commit

Permalink
Try to call umsg.Start in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelIT7 committed May 31, 2024
1 parent 3b8f64c commit f56c1b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _testing/gmod_testing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ local code = [[local ret, err = pcall(function()
filter:RemoveAllPlayers()
print("3. RecipientFilter:__tostring", filter)
print("==== umsg Library ====")
LuaThreaded.LockMain()
umsg.Start("Test")
umsg.String("Hello World")
umsg.End()
LuaThreaded.UnlockMain()
error("Error handling test")
end)
Expand Down

0 comments on commit f56c1b6

Please sign in to comment.