forked from SteamWar/SteamWar
Improve WindchargeStopper
This commit is contained in:
+2
-2
@@ -26,8 +26,8 @@ import net.minecraft.world.entity.projectile.windcharge.WindCharge;
|
||||
import org.bukkit.Location;
|
||||
|
||||
public class WindchargeStopper21 implements WindchargeStopper.IWindchargeStopper {
|
||||
@Override
|
||||
public void init() {
|
||||
|
||||
public WindchargeStopper21() {
|
||||
new StateDependentTask(true, FightState.Running, this::run, 1, 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user