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 Bug with Invalid Property Lookup #189

Closed MerlinofMines closed 2 years ago

MerlinofMines commented 2 years ago

This commit fixes a previous bug where invalid property lookups would not present a reasonable error message to users.

This commit also removes debug output, which is not turning out to be useful in practice. Easier and better debugging steps are already present in the debugging guide, and it's easier to print out variable values/statements than trying to debug program output, anyway.

This commit resolves #162