Fixed error..
This commit is contained in:
		@@ -195,7 +195,7 @@ public class LibsDisguises extends JavaPlugin {
 | 
			
		||||
                }
 | 
			
		||||
                DisguiseSound sound = DisguiseSound.getType(disguiseType.name());
 | 
			
		||||
                if (sound != null) {
 | 
			
		||||
                    Method soundStrength = EntityLiving.class.getDeclaredMethod("aZ");
 | 
			
		||||
                    Method soundStrength = EntityLiving.class.getDeclaredMethod("ba");
 | 
			
		||||
                    soundStrength.setAccessible(true);
 | 
			
		||||
                    sound.setDamageSoundVolume((Float) soundStrength.invoke(entity));
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user