mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 15:37:24 +00:00
Fixed typo
This commit is contained in:
parent
eec4db43b2
commit
82a9ecf736
@ -54,7 +54,7 @@ public interface Initializer {
|
|||||||
private static Initializer constructInitializer() {
|
private static Initializer constructInitializer() {
|
||||||
try {
|
try {
|
||||||
String packageVersion = NMS;
|
String packageVersion = NMS;
|
||||||
if (NMS.equals("v_1_21_4")) {
|
if (NMS.equals("v1_21_4")) {
|
||||||
packageVersion = "v1_21_3";
|
packageVersion = "v1_21_3";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user