mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
Would help
This commit is contained in:
parent
8166873978
commit
8a4c178a68
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class MainUtil {
|
||||||
return new Location(plot.world, bot.getX() + (top.getX() - bot.getX()) / 2, 0, bot.getZ() + (top.getZ() - bot.getZ()) / 2);
|
return new Location(plot.world, bot.getX() + (top.getX() - bot.getX()) / 2, 0, bot.getZ() + (top.getZ() - bot.getZ()) / 2);
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<Plot> getPlotsBySearch(String search) {
|
public static List<Plot> getPlotsBySearch(String search) {
|
||||||
String[] split = search.split(" ");
|
String[] split = search.split(" ");
|
||||||
int size = split.length * 2;
|
int size = split.length * 2;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue