1
0
mirror of https://e.coding.net/circlecloud/QuickShop.git synced 2025-10-02 12:37:27 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
502647092
2015-11-20 13:20:20 +08:00

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