FragLand/terracord

Allow message suppression for incomplete connections

Closed this issue · 0 comments

Feature Description

  • In Terracord.cs, uncomment the exception handling in the PlayerEventNotify() method and wrap the Util.Log() call in the catch() block with an if check for the debug mode toggle. If debug mode is disabled, we can suppress these incomplete connection messages when the object is null.