Repaired one small logger mistake

This commit is contained in:
Robijnvogel 2018-01-31 16:51:54 +01:00
parent 5286b6320f
commit 926dfbe2a9

View file

@ -129,7 +129,7 @@ public class SchematicHandler { // TODO: parts of this should be moved to the or
DimDoors.log.error("Schematic file " + template.getId() + ".schem did not load correctly from config folder.", ex);
}
} else {
DimDoors.log.error("Schematic \"" + template.getId() + "\".schem was not found in the jar or config directory.");
DimDoors.log.error("Schematic \"" + template.getId() + ".schem\" was not found in the jar or config directory.");
}
NBTTagCompound schematicNBT;