Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OakLoaf committed Dec 12, 2024
1 parent eec4db4 commit 82a9ecf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static BukkitAddon nmsAddon(PlatformImpl platform) {
private static Initializer constructInitializer() {
try {
String packageVersion = NMS;
if (NMS.equals("v_1_21_4")) {
if (NMS.equals("v1_21_4")) {
packageVersion = "v1_21_3";
}

Expand Down

0 comments on commit 82a9ecf

Please sign in to comment.