mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 19:50:37 +00:00
Made AirSweep less glitchy
This commit is contained in:
parent
43bcc1ba0b
commit
cbdc8e3b4b
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ public class AirCombo {
|
|||
direction.clone().multiply(10));
|
||||
|
||||
}
|
||||
if (progressCounter < 4)
|
||||
if (progressCounter < 8)
|
||||
return;
|
||||
|
||||
if (destination == null) {
|
||||
|
|
Loading…
Reference in a new issue