fixed a billion of broken references

This commit is contained in:
sauilitired 2015-07-03 13:21:21 +02:00
parent 0b75874c20
commit 4926cae53e
17 changed files with 168 additions and 227 deletions

View file

@ -134,7 +134,7 @@ public class SchematicCmd extends SubCommand {
SchematicHandler.manager.pasteStates(schematic, plot, 0, 0);
sendMessage(plr, C.SCHEMATIC_PASTE_SUCCESS);
SchematicCmd.this.running = false;
PlotSquared.TASK.cancelTask(SchematicCmd.this.task);
PlotSquared.getInstance().TASK.cancelTask(SchematicCmd.this.task);
return;
}
final int end = Math.min(start + 5000, blen);