Allow message suppression for incomplete connections
Closed this issue · 0 comments
ldilley commented
Feature Description
- In
Terracord.cs
, uncomment the exception handling in thePlayerEventNotify()
method and wrap theUtil.Log()
call in thecatch()
block with an if check for thedebug mode
toggle. Ifdebug mode
is disabled, we can suppress these incomplete connection messages when the object is null.