Regenallroads can now remove existing road schematic + fixed sch save from console

This commit is contained in:
boy0001 2015-06-11 10:56:53 +10:00
parent 7d9963d386
commit f380e49d15
7 changed files with 36 additions and 18 deletions

View file

@ -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)) {