mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 04:59:55 +08:00
Unify gacha mappings generation
This commit is contained in:
committed by
Luke H-W
Unverified
parent
ef805f26cc
commit
9c66ba137f
@@ -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