From 720327b0460df536183aa4dd3bff9ccffc1503e8 Mon Sep 17 00:00:00 2001 From: Adrian Date: Tue, 28 Feb 2023 11:56:34 -0500 Subject: [PATCH] release: version 3.0.0 --- gradle.properties | 2 +- src/main/kotlin/me/adrianed/clientcatcher/ClientCatcher.kt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index cf31a9f..7d160ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file diff --git a/src/main/kotlin/me/adrianed/clientcatcher/ClientCatcher.kt b/src/main/kotlin/me/adrianed/clientcatcher/ClientCatcher.kt index 79e94a1..6d583f9 100644 --- a/src/main/kotlin/me/adrianed/clientcatcher/ClientCatcher.kt +++ b/src/main/kotlin/me/adrianed/clientcatcher/ClientCatcher.kt @@ -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))