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:
parent
70cba23dc8
commit
d5f7f5d429
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user