Unify gacha mappings generation

This commit is contained in:
AnimeGitB
2022-08-09 18:36:11 +09:30
committed by Luke H-W
parent ef805f26cc
commit 9c66ba137f
3 changed files with 108 additions and 170 deletions

View File

@@ -371,6 +371,8 @@ public final class Language {
}
public static TextStrings getTextMapKey(long hash) {
if (textMapStrings == null)
loadTextMaps();
return textMapStrings.get((int) hash);
}