mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-05 09:09:40 +01:00
Fix yaw
This commit is contained in:
parent
08428fb9ab
commit
e881d0b98b
@ -70,7 +70,7 @@ public class FlagWatcher {
|
||||
this.disguise = (TargetedDisguise) disguise;
|
||||
equipment = new LibsEquipment(this);
|
||||
|
||||
if (Math.random() < 0.6) {
|
||||
if (Math.random() < 0.9) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user