mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 13:03:06 +00:00
Regenallroads can now remove existing road schematic + fixed sch save from console
This commit is contained in:
parent
7d9963d386
commit
f380e49d15
7 changed files with 36 additions and 18 deletions
|
@ -240,7 +240,7 @@ public class SchematicCmd extends SubCommand {
|
|||
} else {
|
||||
if (args.length == 3) {
|
||||
try {
|
||||
world = args[0];
|
||||
world = args[1];
|
||||
final String[] split = args[2].split(";");
|
||||
final PlotId i = new PlotId(Integer.parseInt(split[0]), Integer.parseInt(split[1]));
|
||||
if ((PlotSquared.getPlots(world) == null) || (PlotSquared.getPlots(world).get(i) == null)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue