mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-19 18:34:49 +01:00
Unify gacha mappings generation
This commit is contained in:
@@ -371,6 +371,8 @@ public final class Language {
|
||||
}
|
||||
|
||||
public static TextStrings getTextMapKey(long hash) {
|
||||
if (textMapStrings == null)
|
||||
loadTextMaps();
|
||||
return textMapStrings.get((int) hash);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user