mirror of
				https://e.coding.net/circlecloud/Yum.git
				synced 2025-11-04 05:06:02 +00:00 
			
		
		
		
	@@ -219,11 +219,9 @@ public class MonitorCommand implements CommandExecutor {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
        final Plugin plugin = PluginKit.getOperatePlugin(lastError.getStackTrace());
 | 
			
		||||
        if (plugin != null) {
 | 
			
		||||
            sender.sendMessage(String.format(last_error, plugin.getName()));
 | 
			
		||||
        sender.sendMessage(String.format(last_error, plugin != null ? plugin.getName() : "未知"));
 | 
			
		||||
        lastError.printStackTrace();
 | 
			
		||||
    }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    @Cmd
 | 
			
		||||
    public void lk(final CommandArgument e) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user