mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-01 07:26:09 +00:00
Fixed typo
This commit is contained in:
parent
eec4db43b2
commit
82a9ecf736
@ -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";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user