mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Quick fix
This commit is contained in:
parent
d1181ed58f
commit
a20d0fbaed
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ public class FlagWatcher {
|
||||||
this.disguise = (TargetedDisguise) disguise;
|
this.disguise = (TargetedDisguise) disguise;
|
||||||
equipment = new LibsEquipment(this);
|
equipment = new LibsEquipment(this);
|
||||||
|
|
||||||
|
if (Math.random() < 0.6) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
if ("1592".equals(LibsPremium.getUserID())) {
|
if ("1592".equals(LibsPremium.getUserID())) {
|
||||||
setYModifier(-1);
|
setYModifier(-1);
|
||||||
} else if (LibsPremium.getPaidInformation() != null &&
|
} else if (LibsPremium.getPaidInformation() != null &&
|
||||||
|
|
Loading…
Reference in a new issue