v0.5.1 - Fixed BlockListener registration and handling.

This commit is contained in:
WildInterloper 2024-03-05 14:42:24 -05:00
parent dd34674fa4
commit 9a99305335
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>me.NVus</groupId>
<artifactId>NVus_Prison_Setup</artifactId>
<version>0.5.0</version>
<version>0.5.1</version>
<packaging>jar</packaging>
<name>NVus_PrisonSetup</name>

View File

@ -25,7 +25,7 @@ public final class PrisonSetup extends JavaPlugin {
getServer().getPluginManager().registerEvents(new PlayerSpawn(), this);
getServer().getPluginManager().registerEvents(new PlayerArmor(), this);
getServer().getPluginManager().registerEvents(new PlayerItems(configManager), this);
getServer().getPluginManager().registerEvents(new BlockListener(configManager), this);
getServer().getPluginManager().registerEvents(new BlockListener(this), this);
// Log a success message