Clear other languages before load, see #2220

This commit is contained in:
PikaMug 2024-06-04 17:29:23 -04:00
parent 2a48e147d1
commit e39c5aac25

View File

@ -159,6 +159,7 @@ public class BukkitLang {
public static void clear() {
defaultLang.clear();
otherLang.clear();
}
public static int size() {