Fixed typo

This commit is contained in:
OakLoaf 2024-12-12 15:24:38 +00:00
parent eec4db43b2
commit 82a9ecf736

View File

@ -54,7 +54,7 @@ public interface Initializer {
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";
}