diff options
author | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2020-03-17 19:06:44 +0100 |
---|---|---|
committer | bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com> | 2020-03-17 19:06:44 +0100 |
commit | b026f34724134c37bf3c68439369615f7872dbd4 (patch) | |
tree | f92364a4f533988e80dca53ddadaa5792542152b /src/main/java/gregtech/api/gui | |
parent | cdd28a7a75435cd2f80ec008cefe8d016c3c529f (diff) | |
download | GT5-Unofficial-b026f34724134c37bf3c68439369615f7872dbd4.tar.gz GT5-Unofficial-b026f34724134c37bf3c68439369615f7872dbd4.tar.bz2 GT5-Unofficial-b026f34724134c37bf3c68439369615f7872dbd4.zip |
Refactored GT_GUIContainer_2by2.java
Signed-off-by: bartimaeusnek <33183715+bartimaeusnek@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/api/gui')
-rw-r--r-- | src/main/java/gregtech/api/gui/GT_GUIContainer_2by2.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/api/gui/GT_GUIContainer_2by2.java b/src/main/java/gregtech/api/gui/GT_GUIContainer_2by2.java index acf9d54c15..ae17087670 100644 --- a/src/main/java/gregtech/api/gui/GT_GUIContainer_2by2.java +++ b/src/main/java/gregtech/api/gui/GT_GUIContainer_2by2.java @@ -16,7 +16,7 @@ public class GT_GUIContainer_2by2 extends GT_GUIContainerMetaTile_Machine { public GT_GUIContainer_2by2(InventoryPlayer aInventoryPlayer, IGregTechTileEntity aTileEntity, String aName, String aBackground) { super(new GT_Container_2by2(aInventoryPlayer, aTileEntity), RES_PATH_GUI + aBackground + "2by2.png"); - mName = aName; + mName = aName; } @Override |