Disable manual downloading until its useful
This commit is contained in:
parent
106c24c29c
commit
6156591b0e
3 changed files with 11 additions and 11 deletions
|
@ -34,8 +34,8 @@ public class GuiManual extends GuiScreen
|
|||
{
|
||||
this.xSize = 200;
|
||||
this.ySize = 180;
|
||||
// root = createRoot();
|
||||
root = ManualLoader.getPages();
|
||||
root = createRoot();
|
||||
//root = ManualLoader.getPages();
|
||||
}
|
||||
|
||||
protected PageCollection createRoot()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue