mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-01-07 19:18:01 +01:00
Ugh just remove the whole premium aspect to that scaling, its confusing to both end user and me. Who does it benefit? It might benefit sales, but it mostly drives every party into confusion.
This commit is contained in:
parent
2c940a00f9
commit
f6487381e5
@ -543,16 +543,6 @@ public abstract class Disguise {
|
||||
}
|
||||
|
||||
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user