Skip to content

Commit

Permalink
'Fix' funny start messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunstrike committed Dec 6, 2013
1 parent 179f9df commit 7f57b8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/tconstruct/TConstruct.java
Expand Up @@ -61,13 +61,13 @@ public TConstruct()
logger.setParent(FMLCommonHandler.instance().getFMLLogger());
if (Loader.isModLoaded("Natura"))
{
TConstruct.logger.info("[TConstruct] Natura, what are we going to do tomorrow night?");
TConstruct.logger.info("[Natura] TConstruct, we're going to take over the world!");
System.out.println("[TConstruct] Natura, what are we going to do tomorrow night?");
System.out.println("[Natura] TConstruct, we're going to take over the world!");
}
else
{

TConstruct.logger.info("[TConstruct] Preparing to take over the world");
System.out.println("[TConstruct] Preparing to take over the world");
}

EnvironmentChecks.verifyEnvironmentSanity();
Expand Down

0 comments on commit 7f57b8b

Please sign in to comment.