This annoys me.

This commit is contained in:
Ellpeck 2016-06-04 14:20:38 +02:00
parent f0b119229e
commit c154ccbbbf

View file

@ -125,7 +125,7 @@ public class WorldData{
if(dataFile != null){
if(!dataFile.exists()){
dataFile.createNewFile();
ModUtil.LOGGER.info("Creating new WorldData file for world!");
ModUtil.LOGGER.info("Creating new WorldData file for world "+data.dimension+"!");
}
NBTTagCompound compound = new NBTTagCompound();