mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 18:24:43 +02:00
default tab completion + plot chat for merged plots
This commit is contained in:
@ -55,7 +55,7 @@ public class SpongeCommand implements CommandCallable {
|
||||
for (Object o : objects) {
|
||||
result.add(o.toString());
|
||||
}
|
||||
return result;
|
||||
return result.size() == 0 ? null : result;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user