mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-26 15:16:45 +01:00
Make the message less confusing
This commit is contained in:
parent
dc3c123010
commit
c265f69265
@ -99,7 +99,7 @@ public class Condense extends SubCommand {
|
|||||||
start = Auto.getNextPlot(start, 1);
|
start = Auto.getNextPlot(start, 1);
|
||||||
}
|
}
|
||||||
if (free.size() == 0 || to_move.size() == 0) {
|
if (free.size() == 0 || to_move.size() == 0) {
|
||||||
MainUtil.sendMessage(plr, "NO PLOTS FOUND");
|
MainUtil.sendMessage(plr, "NO FREE PLOTS FOUND");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
MainUtil.move(MainUtil.getPlot(worldname, to_move.get(0)), MainUtil.getPlot(worldname, free.get(0)), new Runnable() {
|
MainUtil.move(MainUtil.getPlot(worldname, to_move.get(0)), MainUtil.getPlot(worldname, free.get(0)), new Runnable() {
|
||||||
|
Loading…
Reference in New Issue
Block a user