1
0
Fork 0

feat: deprecate 2nd fight

This commit is contained in:
ineanto 2024-05-14 12:56:00 +02:00
parent ec74cea9f1
commit 5bfdaacefc
Signed by: ineanto
GPG key ID: E511F9CAA2F9CE84
3 changed files with 3 additions and 2 deletions

View file

@ -89,7 +89,7 @@ class EnderDragonListener : Listener {
Bukkit.broadcast(teamComponent.build())
}
SecondFight.start(dragon)
//SecondFight.start(dragon)
}
}
}

View file

@ -9,6 +9,7 @@ import org.bukkit.potion.PotionEffect
import org.bukkit.potion.PotionEffectType
import xyz.ineanto.dragon.RunnerDragon
@Deprecated("Unused")
class SecondFight {
companion object {
fun start(dragon: EnderDragon) {