Schematics / tweak message

This commit is contained in:
Jesse Boyd
2015-10-26 18:18:31 +11:00
parent e20e4a8650
commit 2afc16de7a
3 changed files with 1 additions and 5 deletions

View File

@ -466,7 +466,7 @@ public abstract class SchematicHandler {
}
}
}
final File file = new File(PS.get().IMP.getDirectory() + File.separator + "schematics" + File.separator + name + (name.endsWith(name) ? "" : ".schematic"));
final File file = new File(PS.get().IMP.getDirectory() + File.separator + "schematics" + File.separator + name + (name.endsWith(".schematic") ? "" : ".schematic"));
return getSchematic(file);
}