Merge remote-tracking branch 'origin/master'

This commit is contained in:
HaHaWTH
2024-06-11 07:28:59 +08:00
2 changed files with 11 additions and 0 deletions
@@ -60,6 +60,10 @@ public class I18NUtils {
PLAYER_LOCALE.put(uuid, locale);
}
public static void removeLocale(UUID uuid) {
PLAYER_LOCALE.remove(uuid);
}
/**
* Returns the AuthMe messages file language code, by given locale and settings.
* Dreeam - Hard mapping, based on mc1.20.6, 5/29/2024