Skip to content

Commit

Permalink
release: version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
4drian3d committed Feb 28, 2023
1 parent 6725c54 commit 720327b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = net.adrianed.clientcatcher
version = 3.0.0-SNAPSHOT
version = 3.0.0
description = A simple Velocity plugin to catch the client version
2 changes: 1 addition & 1 deletion src/main/kotlin/me/adrianed/clientcatcher/ClientCatcher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ClientCatcher @Inject constructor(
loadDependencies(this, logger, pluginManager, path)

loadConfig().thenAcceptAsync {
if (!it) {
if (it) {
register(commandManager, this)
eventManager.register(this, BrandListener(this))
eventManager.register(this, ModListener(this))
Expand Down

0 comments on commit 720327b

Please sign in to comment.