Skip to content

Commit

Permalink
fix: version typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rxchard committed Aug 6, 2024
1 parent 7f0a2da commit f725a21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private String getServerVersion() {
return "v1_20_R4";
}
if(MinecraftVersion.versionIsNewerOrEqualTo(1, 13, 1)) {
return "1_13_R2";
return "v1_13_R2";
}
if(MinecraftVersion.versionIsNewerOrEqualTo(1, 12, 0)) {
return "v1_12_R1";
Expand Down

0 comments on commit f725a21

Please sign in to comment.