Skip to content

Commit

Permalink
fix: added check for clan_member on land commands
Browse files Browse the repository at this point in the history
  • Loading branch information
RoinujNosde committed Nov 18, 2022
1 parent f7fe5c4 commit fc81e76
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@

@CommandAlias("%clan")
@Subcommand("%land")
@Conditions("%basic_conditions|land_sharing|own_land")
@Conditions("%basic_conditions|clan_member|land_sharing|own_land")
@CommandPermission("simpleclans.member.land")
public class LandCommand extends BaseCommand {

Expand Down

0 comments on commit fc81e76

Please sign in to comment.