fix can't reload language file...

pull/1/MERGE
j502647092 2015-04-30 16:34:37 +08:00
parent 49eefa3b28
commit cfd2efcfe3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class SoulboundCommand implements CommandExecutor {
}
Soulbound.p.reloadConfig();
Soulbound.p.reloadmessage();
sender.sendMessage(Soulbound.p.getlang("RELOAD"));
return false;
}