Skip to content

Commit

Permalink
6.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Angeschossen committed Jan 12, 2024
1 parent d4637ff commit 02c57ae
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -124,7 +124,7 @@ protected me.angeschossen.lands.api.flags.type.RoleFlag self() {

@Override
public @NotNull String getBypassPermissionWilderness() {
return getBypassPermissionWilderness();
return "lands.bypass.wilderness." + name;
}

@NotNull
Expand All @@ -138,9 +138,10 @@ public FlagModule getModule() {
return FlagModule.LAND;
}

@Deprecated
@NotNull
public String getBypassPermWild() {
return "lands.bypass.wilderness." + name;
return getBypassPermissionWilderness();
}

@NotNull
Expand Down

0 comments on commit 02c57ae

Please sign in to comment.