Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureRuri committed May 21, 2022
1 parent bfc76c2 commit 4b8a37b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/com/github/sigureruri/ntublock/NtuBlock.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,4 @@ class NtuBlock : JavaPlugin() {

EveryTickTask().runTaskTimer(this, 1L, 1L)
}

override fun onDisable() {
// Plugin shutdown logic
}
}

0 comments on commit 4b8a37b

Please sign in to comment.