Open Wuzzy2 opened 4 years ago
If you inspect a pos with the /inspect command that is outside the loaded range, the mod will crash.
/inspect
For example, you're at pos 0,0,0 and then do /inspect 1000 1000 1000, a pos that is not loaded yet.
/inspect 1000 1000 1000
I believe I've fixed this in my pull request, inspector was trying to get descriptions of what param1 and param2 were for from the node's definition and not checking ahead of time whether there was a definition.
If you inspect a pos with the
/inspect
command that is outside the loaded range, the mod will crash.For example, you're at pos 0,0,0 and then do
/inspect 1000 1000 1000
, a pos that is not loaded yet.