Removed more unnecessary console output.
This commit is contained in:
parent
0379d5de51
commit
9421482065
@ -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);
|
||||||
|
Reference in New Issue
Block a user