Make TowerRun Event System Capable

This commit is contained in:
2025-02-01 22:58:49 +01:00
parent 90666e2d20
commit 414bd20eb9
5 changed files with 65 additions and 7 deletions
@@ -73,7 +73,6 @@ public class TowerRun extends JavaPlugin {
new LobbyListener();
new IngameListener();
new GlobalListener();
new LobbyListener();
new NotLobbyListener();
final LobbyCountdown lobbyCountdown = new LobbyCountdown();
new EndCountdown(lobbyCountdown);