MerlinofMines / EasyCommands

Github Repository for Ingame Scripts built by MerlinofMines. Uses MDK to Deploy to SpaceEngineerse
GNU General Public License v3.0
8 stars 3 forks source link

Fixed issue with broadcast listeners remaining active after re-parsin… #180

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

…g script

Previously broadcast listeners would incorrectly remain active even after re-parsing the script.

This commit also removes an unnecessary delegate from the script whose purpose was only to give us a hook for setting messages. This has been replaced with a complete Mock IGC instance.

This PR fixes #167