Skip to content

Commit

Permalink
feat: add %simpleclans_is_invite_enabled% placeholder (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock authored Mar 7, 2024
1 parent c9df6ac commit 01c7986
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,7 @@ public void setBbEnabled(boolean bbEnabled) {
SimpleClans.getInstance().getStorageManager().updateClanPlayer(this);
}

@Placeholder("is_invite_enabled")
public boolean isInviteEnabled() {
return flags.getBoolean("invite", true);
}
Expand Down

0 comments on commit 01c7986

Please # to comment.