mirror of
https://github.com/filoghost/HolographicDisplays.git
synced 2024-12-20 15:57:49 +01:00
Revert "Re add the permission holograms.admin" - users will just read
the documentation and find out that was changed.
This commit is contained in:
parent
4718ff3db1
commit
b4afaf2489
@ -35,7 +35,7 @@ public abstract class HologramSubCommand {
|
||||
|
||||
public final boolean hasPermission(CommandSender sender) {
|
||||
if (permission == null) return true;
|
||||
return sender.hasPermission("holograms.admin") || sender.hasPermission(permission);
|
||||
return sender.hasPermission(permission);
|
||||
}
|
||||
|
||||
public abstract String getPossibleArguments();
|
||||
|
Loading…
Reference in New Issue
Block a user