fixxx
This commit is contained in:
@@ -16,7 +16,7 @@ class EnchantmentRapid(
|
||||
plugin,
|
||||
force = false
|
||||
) {
|
||||
init {
|
||||
override fun onInit() {
|
||||
this.registerListener(RapidHandler(this))
|
||||
}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class EnchantmentReplenish(
|
||||
plugin,
|
||||
force = false
|
||||
) {
|
||||
init {
|
||||
override fun onInit() {
|
||||
this.registerListener(ReplenishHandler(this, plugin))
|
||||
}
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ class EnchantmentSoulbound(
|
||||
plugin,
|
||||
force = false
|
||||
) {
|
||||
init {
|
||||
override fun onInit() {
|
||||
this.registerListener(SoulboundHandler(plugin, this))
|
||||
}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@ class EnchantmentTelekinesis(
|
||||
plugin,
|
||||
force = false
|
||||
) {
|
||||
init {
|
||||
override fun onInit() {
|
||||
this.registerListener(TelekinesisHandler(this))
|
||||
TelekinesisUtils.registerTest { it.hasEnchantActive(this) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user