Removed more unnecessary console output.

This commit is contained in:
David Berdik 2015-10-20 19:56:41 -04:00
parent 0379d5de51
commit 9421482065

View File

@ -663,9 +663,7 @@ public class ConfigDB
} }
if (!HerobrineAI.availableWorld) if (!HerobrineAI.availableWorld)
{ {
ConfigDB.this.log.warning("**********************************************************"); ConfigDB.this.log.warning("[Herobrine] There are no available worlds for Herobrine.");
ConfigDB.this.log.warning("[Herobrine] There are no available worlds for Herobrine!");
ConfigDB.this.log.warning("**********************************************************");
} }
} }
}, 1L); }, 1L);