Make sure there is no errors if someone calls setSkin on 1.6 or earlier
This commit is contained in:
		| @@ -143,6 +143,8 @@ public class PlayerDisguise extends TargetedDisguise { | |||||||
|  |  | ||||||
|     @Deprecated |     @Deprecated | ||||||
|     public PlayerDisguise setSkin(String skinToUse) { |     public PlayerDisguise setSkin(String skinToUse) { | ||||||
|  |         if (LibVersion.is1_6()) | ||||||
|  |             return this; | ||||||
|         this.skinToUse = skinToUse; |         this.skinToUse = skinToUse; | ||||||
|         if (skinToUse == null) { |         if (skinToUse == null) { | ||||||
|             this.currentLookup = null; |             this.currentLookup = null; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user