Fixed memes not working, fixes #763
This commit is contained in:
@@ -91,9 +91,6 @@ public class GuiGrid extends GuiBase implements IGridDisplay {
|
||||
|
||||
this.grid = grid;
|
||||
this.wasConnected = this.grid.isActive();
|
||||
|
||||
this.konamiOffsetsX = new int[9 * getVisibleRows()];
|
||||
this.konamiOffsetsY = new int[9 * getVisibleRows()];
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -117,6 +114,9 @@ public class GuiGrid extends GuiBase implements IGridDisplay {
|
||||
addSideButton(new SideButtonRedstoneMode(this, grid.getRedstoneModeConfig()));
|
||||
}
|
||||
|
||||
this.konamiOffsetsX = new int[9 * getVisibleRows()];
|
||||
this.konamiOffsetsY = new int[9 * getVisibleRows()];
|
||||
|
||||
int sx = x + 80 + 1;
|
||||
int sy = y + 6 + 1 + getTabDelta();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user