BEEmod/BEE2.4

Disable error displays developer option

vrad-exe opened this issue · 0 comments

Add a developer option to disable error displays and return to the old behavior of showing "there was an error building the puzzle" and printing logs to the console. Reason for this is because the error display system often ends up making it harder to debug problems if you actually know what you're doing, since the logs no longer get printed to the console, or sometimes error displays break in dev builds as a result of other changes.

This should only be added after #1970 is added so people don't randomly turn it on thinking it disables placement errors or something