Update comment

This commit is contained in:
Marcel Konrad
2019-12-26 14:07:17 +01:00
parent 6a87a4b6d2
commit ea77e61918

View File

@@ -88,7 +88,7 @@ public class GuiWorldHandler extends Container
this.content.onPlayerNameChanged(this.getPlayer());
this.content.initGui(this, this.getContentX(), this.getContentY());
//ELEMENTS
//MENUS
for(IMenu menu : this.menus)
{
@@ -428,7 +428,7 @@ public class GuiWorldHandler extends Container
this.content.drawScreen(this, this.getContentX(), this.getContentY(), mouseX, mouseY, partialTicks);
//CONTAINER ELEMENTS
//MENUS
for(IMenu menu : this.menus)
{