small fix

This commit is contained in:
Arasple 2020-01-13 16:54:32 +08:00
parent 7cf9fcf1a5
commit 1137c258c5

View File

@ -118,7 +118,7 @@ public class TLocale {
} }
public static void reload() { public static void reload() {
Ref.getCallerClass(3).ifPresent(clazz -> TLocaleLoader.load(Ref.getCallerPlugin(clazz), false)); Ref.getCallerClass(3).ifPresent(clazz -> TLocaleLoader.load(Ref.getCallerPlugin(clazz), true));
} }
public static final class Tellraw extends TLocale { public static final class Tellraw extends TLocale {