Skip to content

Commit

Permalink
fixed broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Dec 28, 2014
1 parent d8a7038 commit a0e01e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/main/java/net/doubledoordev/mtrm/gui/MTRMGui.java
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ public void showMessage(String message)
private abstract class GuiCustomLabel
{
boolean draw = false;

public abstract void draw(boolean b);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import cpw.mods.fml.common.network.simpleimpl.IMessageHandler;
import cpw.mods.fml.common.network.simpleimpl.MessageContext;
import io.netty.buffer.ByteBuf;
import minetweaker.MineTweakerImplementationAPI;
import org.apache.commons.io.FileUtils;

import java.io.File;
Expand Down

0 comments on commit a0e01e9

Please sign in to comment.