This commit is contained in:
Jesse Boyd
2019-04-01 21:41:44 +11:00
parent ff67f6343f
commit bf53194650
2 changed files with 1 additions and 4 deletions

View File

@ -91,9 +91,7 @@ public class FaweSchematicHandler extends SchematicHandler {
return false;
}
try {
PlotSquared.debug("Saving " + path);
File tmp = MainUtil.getFile(PlotSquared.get().IMP.getDirectory(), path);
PlotSquared.debug(tmp);
tmp.getParentFile().mkdirs();
if (tag instanceof CompressedCompoundTag) {
CompressedCompoundTag cTag = (CompressedCompoundTag) tag;