mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Again #47
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user