Skip to content

Commit

Permalink
Merge pull request #27 from DedCRS/bukkit
Browse files Browse the repository at this point in the history
Bugfix 1.4.1
  • Loading branch information
dmzz-yyhyy authored Jun 2, 2024
2 parents d53c52c + 5c669a1 commit 30e85ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PLUGIN_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PLUGIN=1.4.0
PLUGIN=1.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class PotatoIpDisplay : JavaPlugin() {
}

/* Unregistering events */
HandlerList.unregisterAll()
HandlerList.unregisterAll(this)

/* Registering events */
if (conf.message.playerChat.enabled)
Expand All @@ -93,4 +93,4 @@ class PotatoIpDisplay : JavaPlugin() {

fun log(message: String, level: Level = Level.INFO) =
logger.log(level, message)
}
}

0 comments on commit 30e85ac

Please sign in to comment.