mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-01-10 17:08:06 +00:00
WaterSpout and fast swim can work together
This commit is contained in:
parent
e838c583dd
commit
3081d61f68
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ public class AbilityModuleManager {
|
|||
if (a == StockAbilities.OctopusForm) shiftabilities.add(a.name());
|
||||
if (a == StockAbilities.Torrent) shiftabilities.add(a.name());
|
||||
if (a == StockAbilities.WaterManipulation) shiftabilities.add(a.name());
|
||||
if (a == StockAbilities.WaterSpout) shiftabilities.add(a.name());
|
||||
if (a == StockAbilities.IceSpike) shiftabilities.add(a.name());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue