Would help

This commit is contained in:
boy0001 2015-07-21 20:58:34 +10:00
parent 8166873978
commit 8a4c178a68

View File

@ -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);
}
public List<Plot> getPlotsBySearch(String search) {
public static List<Plot> getPlotsBySearch(String search) {
String[] split = search.split(" ");
int size = split.length * 2;