Skip to content

Commit ee27c36

Browse files
authored
Merge pull request #63 from UplandJacob/patch-1
2 parents 2d3baa9 + ef9a615 commit ee27c36

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/fr/xyness/SCS/Support/ClaimPlaceholdersExpansion.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ public String getVersion() {
6565
return "1.0";
6666
}
6767

68+
@Override
69+
public boolean persist() {
70+
return true;
71+
}
72+
6873
@Override
6974
public String onPlaceholderRequest(Player player, String identifier) {
7075
if (player == null) return "";

0 commit comments

Comments
 (0)