mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Provide no suggestions instead of player names for commands
This commit is contained in:
parent
e3fbb32399
commit
b6f1610a7e
@ -78,6 +78,6 @@ public class BukkitCommand implements CommandExecutor, TabCompleter {
|
|||||||
for (com.plotsquared.core.command.Command o : objects) {
|
for (com.plotsquared.core.command.Command o : objects) {
|
||||||
result.add(o.toString());
|
result.add(o.toString());
|
||||||
}
|
}
|
||||||
return result.isEmpty() ? null : result;
|
return result;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user