iconmaster5326 / AetherCraft

A fork of Graknol's Energy Manipulator mod. Turn matter into other kinds of matter today!
5 stars 3 forks source link

Double Declaration of "te" #32

Closed AmethystAir closed 9 years ago

AmethystAir commented 9 years ago

The variable "te" is already declared as protected in AetherCraftGui on line 16. This declaration here causes the game to crash with a null pointer when you right click on this block, as the requestSync() function uses the protected "te" over the private one initialized and declared through this class. Removing this line allows the block to function properly.