mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
AirSwipe can go through tall grass
This commit is contained in:
parent
4d559dcffa
commit
0f1f4419a7
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public class AirSwipe {
|
|||
private double speedfactor;
|
||||
|
||||
private static Integer[] breakables = { 6, 31, 32, 37, 38, 39, 40, 59, 81,
|
||||
83, 106 };
|
||||
83, 106, 175 };
|
||||
|
||||
private Location origin;
|
||||
private Player player;
|
||||
|
|
Loading…
Reference in a new issue