-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OOB related crash when certain elements are removed from pause screen #19
Comments
The problem is that MinimalMenu runs before ModMenu and assumes that the ModMenu button already exists. When removing the "Open to LAN" button the ninth button is accessed, but only eight buttons exist, causing this crash.
|
…creen code into the game pause screen code
That should be (fingers crossed because I couldn't reproduce) fixed now, @jackassmc Thanks a lot for pointing out the issues in the code across the multiple issue reports. Made this clean up much easier. |
Hypothetically fixed #19 and duplicates, implemented umollu's title s…
With all "remove" options in the pause screen enabled, opening the pause screen causes an OOB error.
The text was updated successfully, but these errors were encountered: