From 99c8ea64db96940ca8f37e5b36d8d8b5e6a53f95 Mon Sep 17 00:00:00 2001 From: Draknyte1 Date: Tue, 30 Aug 2016 14:15:30 +1000 Subject: + Added Casing blocks for the future of Nuclear Power generation. % Changed how a few log messages are presented. --- src/Java/miscutil/core/lib/LoadedMods.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Java/miscutil/core/lib') diff --git a/src/Java/miscutil/core/lib/LoadedMods.java b/src/Java/miscutil/core/lib/LoadedMods.java index bb29207d87..d06fa6fad1 100644 --- a/src/Java/miscutil/core/lib/LoadedMods.java +++ b/src/Java/miscutil/core/lib/LoadedMods.java @@ -153,12 +153,12 @@ public class LoadedMods { } if (Loader.isModLoaded("ThermalFoundation") == false){ ThermalFoundation = false; - Utils.LOG_INFO("Components enabled for: ThermalFoundation"); + Utils.LOG_INFO("Components enabled for: ThermalFoundation - This feature will disable itself if you add TF."); totalMods++; } else if (Loader.isModLoaded("ThermalFoundation") == true){ ThermalFoundation = true; - Utils.LOG_INFO("Components disabled for: ThermalFoundation"); + Utils.LOG_INFO("Components disabled for: ThermalFoundation - This feature will enable itself if you remove TF."); //totalMods++; } -- cgit