small fix
This commit is contained in:
parent
7cf9fcf1a5
commit
1137c258c5
@ -118,7 +118,7 @@ public class TLocale {
|
||||
}
|
||||
|
||||
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user