mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 21:13:11 +00:00
fixed a billion of broken references
This commit is contained in:
parent
0b75874c20
commit
4926cae53e
17 changed files with 168 additions and 227 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue