diff options
Diffstat (limited to 'src/Java/gtPlusPlus/core/common/CommonProxy.java')
-rw-r--r-- | src/Java/gtPlusPlus/core/common/CommonProxy.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Java/gtPlusPlus/core/common/CommonProxy.java b/src/Java/gtPlusPlus/core/common/CommonProxy.java index 91077abbed..16c755b23d 100644 --- a/src/Java/gtPlusPlus/core/common/CommonProxy.java +++ b/src/Java/gtPlusPlus/core/common/CommonProxy.java @@ -37,7 +37,7 @@ public class CommonProxy { Utils.LOG_INFO("We're using Gregtech 5.09 Experimental."); } else { - Utils.LOG_INFO("We're using Gregtech 5.08 or an equivalent fork."); + Utils.LOG_INFO("We're using Gregtech 5.08 or an earlier fork."); } Utils.LOG_INFO("Setting up our own GT_Proxy."); GtProxy = new Meta_GT_Proxy(); |