Skip to content

Commit

Permalink
Ugh just remove the whole premium aspect to that scaling, its confusi…
Browse files Browse the repository at this point in the history
…ng to both end user and me. Who does it benefit? It might benefit sales, but it mostly drives every party into confusion.
  • Loading branch information
libraryaddict committed Jan 5, 2025
1 parent 2c940a0 commit f648738
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -543,16 +543,6 @@ protected boolean canScaleDisguise() {
}

public void setScalePlayerToDisguise(boolean scalePlayerToDisguise) {
if (isScalePlayerToDisguise() == scalePlayerToDisguise) {
return;
}

if (!LibsPremium.isPremium() && !DisguiseConfig.isScaleSelfDisguises() && scalePlayerToDisguise) {
scalePlayerToDisguise = false;
LibsDisguises.getInstance().getLogger()
.info("You cannot use setScalePlayerToDisguise if it's disabled in the config without the Premium Plugin");
}

this.scalePlayerToDisguise = scalePlayerToDisguise;
adjustTallSelfDisguiseScale();
}
Expand Down

0 comments on commit f648738

Please sign in to comment.