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