mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-07 13:03:06 +00:00
Here you go.
This commit is contained in:
parent
dfc32741fa
commit
4e321d2b27
9 changed files with 11 additions and 9 deletions
|
@ -111,6 +111,11 @@ public class Merge extends SubCommand {
|
|||
}
|
||||
}
|
||||
else {
|
||||
if (args[0].equalsIgnoreCase("all")) {
|
||||
plot.autoMerge(args.length != 2 || !args[1].equalsIgnoreCase("false"));
|
||||
MainUtil.sendMessage(plr, C.SUCCESS_MERGE);
|
||||
return true;
|
||||
}
|
||||
for (int i = 0; i < values.length; i++) {
|
||||
if (args[0].equalsIgnoreCase(values[i]) || args[0].equalsIgnoreCase(aliases[i])) {
|
||||
direction = i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue