mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
WaterReturn actually returns
This commit is contained in:
parent
b08c42bb2b
commit
90572695e3
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ import com.projectkorra.ProjectKorra.waterbending.Torrent;
|
||||||
import com.projectkorra.ProjectKorra.waterbending.TorrentBurst;
|
import com.projectkorra.ProjectKorra.waterbending.TorrentBurst;
|
||||||
import com.projectkorra.ProjectKorra.waterbending.WaterManipulation;
|
import com.projectkorra.ProjectKorra.waterbending.WaterManipulation;
|
||||||
import com.projectkorra.ProjectKorra.waterbending.WaterPassive;
|
import com.projectkorra.ProjectKorra.waterbending.WaterPassive;
|
||||||
|
import com.projectkorra.ProjectKorra.waterbending.WaterReturn;
|
||||||
import com.projectkorra.ProjectKorra.waterbending.WaterSpout;
|
import com.projectkorra.ProjectKorra.waterbending.WaterSpout;
|
||||||
import com.projectkorra.ProjectKorra.waterbending.WaterWall;
|
import com.projectkorra.ProjectKorra.waterbending.WaterWall;
|
||||||
import com.projectkorra.ProjectKorra.waterbending.Wave;
|
import com.projectkorra.ProjectKorra.waterbending.Wave;
|
||||||
|
@ -117,6 +118,7 @@ public class BendingManager implements Runnable {
|
||||||
FireShield.progressAll();
|
FireShield.progressAll();
|
||||||
Lightning.progressAll();
|
Lightning.progressAll();
|
||||||
WallOfFire.manage();
|
WallOfFire.manage();
|
||||||
|
WaterReturn.progressAll();
|
||||||
for (Player p : RapidPunch.instance.keySet())
|
for (Player p : RapidPunch.instance.keySet())
|
||||||
RapidPunch.instance.get(p).startPunch(p);
|
RapidPunch.instance.get(p).startPunch(p);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue