Skip to content

Commit

Permalink
why is this 16?
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Dec 14, 2024
1 parent ab2b964 commit e884c72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ public enum MinecraftArgumentType {

private static @Nullable Class<?> resolveArgumentClass(String name) {
try {
if (BukkitVersion.supports(1, 16)) {
if (BukkitVersion.supports(1, 17)) {
try {
return BukkitVersion.findNmsClass("commands.arguments." + name);
} catch (Throwable ignored) {
Expand Down

0 comments on commit e884c72

Please sign in to comment.