mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-24 18:01:25 +02:00
Would help
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user