Skip to content

Commit

Permalink
feat: add %simpleclans_is_invite_enabled% placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
SrBedrock authored Mar 6, 2024
2 parents d110ca3 + 3a085a0 commit b628f58
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 b628f58

Please sign in to comment.