Quick fix

This commit is contained in:
libraryaddict 2020-10-13 20:19:11 +13:00
parent d1181ed58f
commit a20d0fbaed

View file

@ -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 &&