From 1137c258c5b180e3bf44c4b04c6676fa07607947 Mon Sep 17 00:00:00 2001 From: Arasple Date: Mon, 13 Jan 2020 16:54:32 +0800 Subject: [PATCH] small fix --- src/main/scala/io/izzel/taboolib/module/locale/TLocale.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/io/izzel/taboolib/module/locale/TLocale.java b/src/main/scala/io/izzel/taboolib/module/locale/TLocale.java index 6150c1d..8d840f5 100644 --- a/src/main/scala/io/izzel/taboolib/module/locale/TLocale.java +++ b/src/main/scala/io/izzel/taboolib/module/locale/TLocale.java @@ -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 {