mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-14 04:38:11 +00:00
Fix a minor error with the previous commit
This commit is contained in:
parent
0791461629
commit
bb442fb3a5
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ public class PlayerDisguise extends TargetedDisguise {
|
|||
if (gameProfile == null) {
|
||||
this.gameProfile = null;
|
||||
this.skinToUse = null;
|
||||
return;
|
||||
return this;
|
||||
}
|
||||
|
||||
Validate.notEmpty(gameProfile.getName(), "Name must be set");
|
||||
|
|
Loading…
Reference in a new issue