Skip to content

Commit bce134c

Browse files
committed
Unncessary var use removed (accident, whoops)
1 parent d28b26c commit bce134c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/aztech/modern_industrialization/machines/gui/MachineMenuCommon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public abstract class MachineMenuCommon extends ConfigurableScreenHandler implem
5353
}
5454

5555
// Gui components first (we want to prioritize them with shift click)
56-
for (GuiComponent.Common component : guiComponents) {
56+
for (var component : guiComponents) {
5757
component.setupMenu(this);
5858
}
5959

0 commit comments

Comments
 (0)