Fixes a crash to desktop on the main menu.
Sitting on the main menu for around a minute could end the game outright, with no warning and nothing on screen to
explain it. It did not depend on anything you clicked — waiting was enough.
The mod kept a background check running four times a second to notice if the menu had been rebuilt underneath it.
That check asked the game about a menu the game had already finished with and was in the middle of cleaning up,
and asking about something that no longer exists is fatal to the game rather than merely unanswerable. The timing
was what made it look random: the cleanup only runs about once a minute.
The background check is gone. The mod is told directly when the menu is built, which it has been since v1.2.0, so
the check was watching for something it no longer needed to catch — it just had not been removed.
If you use auto-update, this arrives on its own. Built for game build 0.2.8.121391-S. Requires ModLoader v1.17.3
or newer (plugin interface 60).