Skip to content

Commit 28ae373

Browse files
committed
Fix PAPI expansion version reporting
1 parent 674c6ec commit 28ae373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/gmail/nossr50/placeholders/PapiExpansion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public PapiExpansion() {
5656

5757
@Override
5858
public @NonNull String getVersion() {
59-
return "1.1,0";
59+
return mcMMO.p.getDescription().getVersion();
6060
}
6161

6262
@Override

0 commit comments

Comments
 (0)