This commit is contained in:
Raoul Van den Berge
2016-03-22 21:29:37 +01:00
parent d146c0aa2e
commit 9a466d17d4

View File

@@ -161,7 +161,7 @@ public abstract class GuiBase extends GuiContainer
public void drawItem(int x, int y, ItemStack stack, boolean withOverlay)
{
drawItem(x, y, stack, false, null);
drawItem(x, y, stack, withOverlay, null);
}
public void drawItem(int x, int y, ItemStack stack, boolean withOverlay, String message)