This commit is contained in:
2024-11-23 15:43:05 +01:00
parent 7437f87d22
commit 97e4ccb076
8 changed files with 15 additions and 27 deletions
@@ -43,7 +43,7 @@ object IngameListener: Listener {
@EventHandler
fun onJoin(e: PlayerJoinEvent) {
SWScoreboard.createScoreboard(e.player, TNTLeagueScoreboard(e.player))
SWScoreboard.impl.createScoreboard(e.player, TNTLeagueScoreboard(e.player))
}
@EventHandler