mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 04:23:26 +00:00
Lazy initialization
This commit is contained in:
parent
59c672d9a8
commit
95ad199f52
37 changed files with 263 additions and 207 deletions
|
@ -123,10 +123,9 @@ public class SchematicCmd extends SubCommand {
|
|||
if (!(schematic.getSchematicDimension().getY() == BukkitUtil.getMaxHeight(loc.getWorld()))) {
|
||||
l1 = bot.add(0, sy - 1, 0);
|
||||
}
|
||||
else {
|
||||
else {
|
||||
l1 = bot;
|
||||
}
|
||||
|
||||
}
|
||||
final int blen = b.length - 1;
|
||||
SchematicCmd.this.task = TaskManager.runTaskRepeat(new Runnable() {
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue