Skip to content

Commit 430a497

Browse files
committed
Remove RespawnListener class and its registration as this is now handled in the damage listener
1 parent 0288a88 commit 430a497

File tree

2 files changed

+0
-65
lines changed

2 files changed

+0
-65
lines changed

src/main/java/io/shantek/UltimateBingo.java

-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public void onEnable() {
118118
private void registerEventListeners() {
119119
// Register each listener with the Bukkit plugin manager
120120
Bukkit.getPluginManager().registerEvents(new EntityDamageListener(this), this);
121-
Bukkit.getPluginManager().registerEvents(new RespawnListener(this), this);
122121
Bukkit.getPluginManager().registerEvents(new BingoPickupListener(this), this);
123122
Bukkit.getPluginManager().registerEvents(new BingoInteractListener(this), this);
124123
Bukkit.getPluginManager().registerEvents(new BingoInventoryCloseListener(this), this);

src/main/java/io/shantek/listeners/RespawnListener.java

-64
This file was deleted.

0 commit comments

Comments
 (0)