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 removing broadcast listeners causing a script haltin… #250

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

…g exception

This commit fixes a bug whereby removing broadcast listeners would cause an enumeration exception as we were modifying a list while iterating over it.

This PR resolves #249