From cfd2efcfe3eeb407ccec7747a5211edfc2099062 Mon Sep 17 00:00:00 2001 From: j502647092 Date: Thu, 30 Apr 2015 16:34:37 +0800 Subject: [PATCH] fix can't reload language file... --- src/com/me/tft_02/soulbound/commands/SoulboundCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/me/tft_02/soulbound/commands/SoulboundCommand.java b/src/com/me/tft_02/soulbound/commands/SoulboundCommand.java index 5f728dc..1ca2782 100644 --- a/src/com/me/tft_02/soulbound/commands/SoulboundCommand.java +++ b/src/com/me/tft_02/soulbound/commands/SoulboundCommand.java @@ -41,7 +41,7 @@ public class SoulboundCommand implements CommandExecutor { } Soulbound.p.reloadConfig(); - + Soulbound.p.reloadmessage(); sender.sendMessage(Soulbound.p.getlang("RELOAD")); return false; }