Skip to content

Commit f6943c1

Browse files
committed
Remove name set from panel in MultiblockUIFactory
1 parent 4363e27 commit f6943c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/gregtech/api/metatileentity/multiblock/ui/MultiblockUIFactory.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ public MultiblockUIFactory addScreenChildren(ScreenFunction function) {
234234
*/
235235
public @NotNull ModularPanel buildUI(PosGuiData guiData, PanelSyncManager panelSyncManager) {
236236
var panel = GTGuis.createPanel(mte, width, height)
237-
.debugName("root_panel")
238237
.childIf(!disableDisplay, () -> createScreen(panelSyncManager));
239238

240239
// TODO createExtras() hook for overrides?

0 commit comments

Comments
 (0)