mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-06 04:23:26 +00:00
parent
f509252646
commit
fa442f5903
23 changed files with 127 additions and 83 deletions
|
@ -167,7 +167,7 @@ public class SchematicCmd extends SubCommand {
|
|||
return false;
|
||||
}
|
||||
if (args.length != 2) {
|
||||
MainUtil.sendMessage(null, "&cNeed world arg. Use &7/plots sch exportall <world>");
|
||||
MainUtil.sendMessage(plr, "&cNeed world arg. Use &7/plots sch exportall <world>");
|
||||
return false;
|
||||
}
|
||||
final Collection<Plot> plots = PS.get().getPlotsInWorld(args[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue