Fixed listener registration

This commit is contained in:
Auxilor
2021-11-28 10:05:03 +00:00
parent 53f81c0a03
commit e451732876

View File

@@ -254,7 +254,7 @@ abstract class EcoSpigotPlugin : EcoPlugin(
GUIListener(this),
ArrowDataListener(this),
ArmorChangeEventListeners(this),
DataListener(),
DataListener(this),
PlayerBlockListener(this)
)
}