mirror of
				https://e.coding.net/circlecloud/QuickShop.git
				synced 2025-11-03 17:56:41 +00:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master'
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user