mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Print exception on failed schematic setup
This commit is contained in:
parent
04779d28fb
commit
50acf4f51f
@ -120,6 +120,7 @@ public class HybridPlotWorld extends ClassicPlotWorld {
|
|||||||
try {
|
try {
|
||||||
setupSchematics();
|
setupSchematics();
|
||||||
} catch (Exception ignored) {
|
} catch (Exception ignored) {
|
||||||
|
ignored.printStackTrace();
|
||||||
PlotSquared.debug("&c - road schematics are disabled for this world.");
|
PlotSquared.debug("&c - road schematics are disabled for this world.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user