Testing around....

This commit is contained in:
tosta3000
2015-11-04 16:09:49 +01:00
parent 441f632294
commit 4d599e9c4d
2 changed files with 1 additions and 1 deletions
@@ -16,7 +16,6 @@ public class GuiConfig extends GuiScreen {
public void initGui() {
buttonList.add((new GuiButton(0, width / 2 - 58, height / 2 - 84, 19, 18, "Q")));
}
@Override
@@ -20,3 +20,4 @@ public class GuiConfigHandler implements IGuiHandler {
return null;
}
}