mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-13 19:04:43 +02:00
default tab completion + plot chat for merged plots
This commit is contained in:
@ -71,6 +71,6 @@ public class BukkitCommand implements CommandExecutor, TabCompleter {
|
||||
for (Object o : objects) {
|
||||
result.add(o.toString());
|
||||
}
|
||||
return result;
|
||||
return result.size() == 0 ? null : result;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user