Fix player disguises
This commit is contained in:
		| @@ -237,10 +237,7 @@ public class PlayerDisguise extends TargetedDisguise { | |||||||
|  |  | ||||||
|     @Override |     @Override | ||||||
|     public boolean startDisguise() { |     public boolean startDisguise() { | ||||||
|         if (isDisguiseInUse() || skinToUse == null) |         if (!isDisguiseInUse() && skinToUse != null && gameProfile == null) { | ||||||
|             return super.startDisguise(); |  | ||||||
|  |  | ||||||
|         if (getGameProfile() == null) { |  | ||||||
|             currentLookup = new LibsProfileLookup() { |             currentLookup = new LibsProfileLookup() { | ||||||
|                 @Override |                 @Override | ||||||
|                 public void onLookup(WrappedGameProfile gameProfile) { |                 public void onLookup(WrappedGameProfile gameProfile) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user