diff --git a/numberxd/src/main/love/distributedrebirth/numberxd/base2t/T20PartScore.java b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/T20PartScore.java index 7b232d82..e4e50b2e 100644 --- a/numberxd/src/main/love/distributedrebirth/numberxd/base2t/T20PartScore.java +++ b/numberxd/src/main/love/distributedrebirth/numberxd/base2t/T20PartScore.java @@ -91,7 +91,7 @@ public enum T20PartScore implements BasePart,BasePartAlt3 { return CHINA_MAP.get(chinaKey); } - public static T20PartScore valueOfOpenLC(String chinaKey) { - return OPENLC_MAP.get(chinaKey); + public static T20PartScore valueOfOpenLC(String openLCKey) { + return OPENLC_MAP.get(openLCKey); } }