Fixed MobDisguise returning playerdisguise
This commit is contained in:
		| @@ -49,8 +49,8 @@ public class MobDisguise extends TargetedDisguise { | |||||||
|         this.setReplaceSounds(replaceSounds); |         this.setReplaceSounds(replaceSounds); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     public PlayerDisguise addPlayer(Player player) { |     public MobDisguise addPlayer(Player player) { | ||||||
|         return (PlayerDisguise) super.addPlayer(player); |         return (MobDisguise) super.addPlayer(player); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     public MobDisguise addPlayer(String playername) { |     public MobDisguise addPlayer(String playername) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user