mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
This annoys me.
This commit is contained in:
parent
f0b119229e
commit
c154ccbbbf
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue