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

Changed Return to End Thread When Outside Function Call #232

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

This commit changes the behavior of return so that if you call it outside of a function, it terminates the current thread instead of throwing an exception.