Skip to content

Commit 9d940ee

Browse files
WunderoWundero
Wundero
authored and
Wundero
committed
Not sure what to call this commit.
I changed one character in one file. gg.
1 parent 711a2c9 commit 9d940ee

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/me/rojo8399/placeholderapi/impl/placeholder

1 file changed

+1
-1
lines changed

src/main/java/me/rojo8399/placeholderapi/impl/placeholder/Store.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ private int verify(Object object, Method m) {
457457
}
458458
if (m.isAnnotationPresent(Requires.class)) {
459459
Requires r = m.getAnnotation(Requires.class);
460-
String spv = Sponge.getPlatform().getContainer(Component.API).getVersion().orElse("5.2");
460+
String spv = Sponge.getPlatform().getContainer(Component.API).getVersion().orElse("5.1");
461461
if (!TypeUtils.matchVersion(r.spongeVersion(), spv)) {
462462
return 8;
463463
}

0 commit comments

Comments
 (0)