mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 04:53:00 +00:00
Fixed regenallroads creating new chunks
This commit is contained in:
parent
632d63a640
commit
577c9dabf3
2 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@ public class SchematicHandler {
|
|||
return getSchematic(tag, file);
|
||||
|
||||
} catch (final Exception e) {
|
||||
e.printStackTrace();
|
||||
PlotMain.sendConsoleSenderMessage(file.toString() + " is not in GZIP format");
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue