Fix yaw
This commit is contained in:
parent
08428fb9ab
commit
e881d0b98b
@ -70,7 +70,7 @@ public class FlagWatcher {
|
|||||||
this.disguise = (TargetedDisguise) disguise;
|
this.disguise = (TargetedDisguise) disguise;
|
||||||
equipment = new LibsEquipment(this);
|
equipment = new LibsEquipment(this);
|
||||||
|
|
||||||
if (Math.random() < 0.6) {
|
if (Math.random() < 0.9) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user