Skip to content

Commit c8a7d3f

Browse files
committed
set vendor of hasPermissionInternal
1 parent 899d73a commit c8a7d3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/anatawa12/pluginPermsForNgt/NGTPermissionManagerBukkit.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ public boolean hasPermission(ICommandSender player, String category) {
9595
return true;
9696
}
9797

98+
@Vendors(Vendor.PluginPermsForNgt)
9899
private boolean hasPermissionInternal(ICommandSender player, String category) {
99100
if (player instanceof Entity) {
100101
Object bukkitEntity = getBukkitEntity((Entity) player);

0 commit comments

Comments
 (0)