aboutsummaryrefslogtreecommitdiff
path: root/src/Java/miscutil/xmod/thermalfoundation
diff options
context:
space:
mode:
authorDraknyte1 <Draknyte1@hotmail.com>2016-09-01 11:38:05 +1000
committerDraknyte1 <Draknyte1@hotmail.com>2016-09-01 11:38:05 +1000
commit64179af9800fd0bf606f4e62e5c5b869128c6a2e (patch)
treeb9457c4b4aafeac452fab9280450afd8661de858 /src/Java/miscutil/xmod/thermalfoundation
parent7267404921193b0c165d0b511bc21beaf44aa7a4 (diff)
downloadGT5-Unofficial-64179af9800fd0bf606f4e62e5c5b869128c6a2e.tar.gz
GT5-Unofficial-64179af9800fd0bf606f4e62e5c5b869128c6a2e.tar.bz2
GT5-Unofficial-64179af9800fd0bf606f4e62e5c5b869128c6a2e.zip
% Updated version of IC2 this was built against.
% Changed some some things regarding fluids and their handling during loading.
Diffstat (limited to 'src/Java/miscutil/xmod/thermalfoundation')
-rw-r--r--src/Java/miscutil/xmod/thermalfoundation/fluid/TF_Fluids.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Java/miscutil/xmod/thermalfoundation/fluid/TF_Fluids.java b/src/Java/miscutil/xmod/thermalfoundation/fluid/TF_Fluids.java
index 671eba0dea..1ab23f0c6b 100644
--- a/src/Java/miscutil/xmod/thermalfoundation/fluid/TF_Fluids.java
+++ b/src/Java/miscutil/xmod/thermalfoundation/fluid/TF_Fluids.java
@@ -29,7 +29,7 @@ public class TF_Fluids
registerFluid(fluidPyrotheum, "pyrotheum");
}
else {
- Utils.LOG_INFO("Registering Blazing Pyrotheum as it an already existing Fluid.");
+ Utils.LOG_INFO("Registering Blazing Pyrotheum as it is an already existing Fluid.");
fluidPyrotheum = pyrotheum;
}
if (cryotheum == null){
@@ -38,7 +38,7 @@ public class TF_Fluids
registerFluid(fluidCryotheum, "cryotheum");
}
else {
- Utils.LOG_INFO("Registering Gelid Cryotheum as it an already existing Fluid.");
+ Utils.LOG_INFO("Registering Gelid Cryotheum as it is an already existing Fluid.");
fluidCryotheum = cryotheum;
}
}