feat: deprecate 2nd fight
This commit is contained in:
parent
ec74cea9f1
commit
5bfdaacefc
3 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="KotlinJpsPluginSettings">
|
||||
<option name="version" value="1.9.22" />
|
||||
<option name="version" value="1.9.24" />
|
||||
</component>
|
||||
</project>
|
|
@ -89,7 +89,7 @@ class EnderDragonListener : Listener {
|
|||
Bukkit.broadcast(teamComponent.build())
|
||||
}
|
||||
|
||||
SecondFight.start(dragon)
|
||||
//SecondFight.start(dragon)
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue