Most of the 1.8 Port.
This commit is contained in:
@@ -30,7 +30,7 @@ public class GuiNumberBox extends GuiTextField
|
||||
|
||||
public GuiNumberBox( FontRenderer fontRenderer, int x, int y, int width, int height, Class type )
|
||||
{
|
||||
super( fontRenderer, x, y, width, height );
|
||||
super( 0, fontRenderer, x, y, width, height );
|
||||
this.type = type;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user