GregTechCEu / GregTech

GregTech CE 1.12 fork continuing progression and development
GNU Lesser General Public License v3.0
223 stars 166 forks source link

Fix possible NPE from MultiblockDisplayText #2453

Closed vrejhead closed 3 weeks ago

vrejhead commented 1 month ago

What

fixes a rare NPE

Implementation Details

null check

Outcome

no longer NPE

Additional Information

see here The NPE that is fixed can be reproduced by:

  1. Build and fuel a large turbine
  2. When a recipe starts, quickly drain the fuel input hatch.
  3. Before the current recipe ends, log out and re-enter the world
  4. Try to open the GUI on the current recipe, it won't open and will NPE. This gets automatically fixed when the next recipe starts

Potential Compatibility Issues

none