mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-21 08:37:50 +01:00
Fixed range display command to be just player only
This commit is contained in:
parent
d093925938
commit
3b4aa2dd48
@ -27,6 +27,7 @@ public class AdminRangeDisplayCommand extends CompositeCommand {
|
||||
public void setup() {
|
||||
setPermission("admin.range.display");
|
||||
setDescription("commands.admin.range.display.description");
|
||||
setOnlyPlayer(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user