diff options
author | John <Techlone@users.noreply.github.com> | 2017-09-10 21:45:32 +0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-10 21:45:32 +0500 |
commit | 2127e4950d720386c4169e166ffd24530de1b93d (patch) | |
tree | a5983cb56f34c8f0185764bbc41c183f2613da24 /src/main/java/gregtech | |
parent | dae15665ccb54a0a8d6a76ffcc7d48eae0abec15 (diff) | |
download | GT5-Unofficial-2127e4950d720386c4169e166ffd24530de1b93d.tar.gz GT5-Unofficial-2127e4950d720386c4169e166ffd24530de1b93d.tar.bz2 GT5-Unofficial-2127e4950d720386c4169e166ffd24530de1b93d.zip |
missclick
Diffstat (limited to 'src/main/java/gregtech')
-rw-r--r-- | src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlantBase.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlantBase.java b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlantBase.java index f308d37b55..7642dd925a 100644 --- a/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlantBase.java +++ b/src/main/java/gregtech/common/tileentities/machines/multi/GT_MetaTileEntity_OreDrillingPlantBase.java @@ -396,7 +396,7 @@ public abstract class GT_MetaTileEntity_OreDrillingPlantBase extends GT_MetaTile protected abstract int getMinTier(); - //returns theroretical progress time for LV energy hatch + //returns theoretical progress time for LV energy hatch protected abstract int getBaseProgressTime(); protected String[] getDescriptionInternal(String tierSuffix) { |