1
0
mirror of https://e.coding.net/circlecloud/QuickShop.git synced 2024-11-22 01:58:54 +00:00

重载语言配置文件.....

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092 2015-11-18 23:12:31 +08:00
parent 70cba23dc8
commit d5f7f5d429

View File

@ -82,7 +82,7 @@ public class MsgUtil {
}
} catch (final SQLException e) {
e.printStackTrace();
System.out.println("无法从数据库获得玩家的交易记录 跳过...");
plugin.getLogger().warning("无法从数据库获得玩家的交易记录 跳过...");
}
}
@ -100,6 +100,11 @@ public class MsgUtil {
return raw;
}
public static void reload() {
messages.reload();
Util.parseColours(messages);
}
/**
* @param player
* The name of the player to message