aboutsummaryrefslogtreecommitdiff
path: root/src/Java/gtPlusPlus/xmod/gregtech/common
diff options
context:
space:
mode:
authorbotn365 <Krampus.sack.never@gmail.com>2020-03-28 15:54:39 +0100
committerbotn365 <Krampus.sack.never@gmail.com>2020-03-28 15:54:39 +0100
commit76fe150a3dbaec5d4d3b4441cb1d0f705e5ac407 (patch)
treebd6691cefc29b89ba0d11c7e2439be0a4aca3eb4 /src/Java/gtPlusPlus/xmod/gregtech/common
parent5b1eb1dec77f6eb6ff27998145af6d262e569faf (diff)
downloadGT5-Unofficial-76fe150a3dbaec5d4d3b4441cb1d0f705e5ac407.tar.gz
GT5-Unofficial-76fe150a3dbaec5d4d3b4441cb1d0f705e5ac407.tar.bz2
GT5-Unofficial-76fe150a3dbaec5d4d3b4441cb1d0f705e5ac407.zip
renaming function
Diffstat (limited to 'src/Java/gtPlusPlus/xmod/gregtech/common')
-rw-r--r--src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java
index 9f388566ac..b59f9be3c7 100644
--- a/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java
+++ b/src/Java/gtPlusPlus/xmod/gregtech/common/tileentities/machines/multi/production/algae/GregtechMTE_AlgaePondBase.java
@@ -159,7 +159,7 @@ public class GregtechMTE_AlgaePondBase extends GregtechMeta_MultiBlockBase {
// return false;
// }
// else {
- mLevel = this.getCasingTierOnClientSide();
+ mLevel = this.getCasingTier();
//}
int aID = TAE.getIndexFromPage(1, 15);
int tAmount = 0;
@@ -339,7 +339,7 @@ public class GregtechMTE_AlgaePondBase extends GregtechMeta_MultiBlockBase {
this.fixAllMaintenanceIssue();
// Silly Client Syncing
if (aBaseMetaTileEntity.isClientSide()) {
- this.mLevel = getCasingTierOnClientSide();
+ this.mLevel = getCasingTier();
}
}
@@ -484,7 +484,7 @@ public class GregtechMTE_AlgaePondBase extends GregtechMeta_MultiBlockBase {
}
- private final int getCasingTierOnClientSide() {
+ private final int getCasingTier() {
if (this == null || this.getBaseMetaTileEntity().getWorld() == null) {
return 0;
}