We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5286b63 commit 926dfbeCopy full SHA for 926dfbe
src/main/java/org/dimdev/dimdoors/shared/pockets/SchematicHandler.java
@@ -129,7 +129,7 @@ private static List<PocketTemplate> loadTemplatesFromJson(String jsonString) {
129
DimDoors.log.error("Schematic file " + template.getId() + ".schem did not load correctly from config folder.", ex);
130
}
131
} else {
132
- 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.");
133
134
135
NBTTagCompound schematicNBT;
0 commit comments