mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 11:03:43 +01:00 
			
		
		
		
	Fix compile issue
This commit is contained in:
		@@ -62,10 +62,6 @@ public final class MobHealthbarUtils {
 | 
			
		||||
        if (oldName == null) {
 | 
			
		||||
            oldName = "";
 | 
			
		||||
        }
 | 
			
		||||
        else if (oldName.equalsIgnoreCase(AdvancedConfig.getInstance().getKrakenName())) {
 | 
			
		||||
            return;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
        boolean oldNameVisible = target.isCustomNameVisible();
 | 
			
		||||
        String newName = createHealthDisplay(Config.getInstance().getMobHealthbarDefault(), target, damage);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user