mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Fix yaw
This commit is contained in:
parent
08428fb9ab
commit
e881d0b98b
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue