From 0de9b12bcb994a479b14c1c136b3f7f73824c9e2 Mon Sep 17 00:00:00 2001 From: CerealAxis <2741798712@qq.com> Date: Thu, 23 May 2024 00:42:13 +0800 Subject: [PATCH] chore: revert change --- src/main/java/cn/xor7/iseeyou/ISeeYou.kt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/main/java/cn/xor7/iseeyou/ISeeYou.kt b/src/main/java/cn/xor7/iseeyou/ISeeYou.kt index a29d9cb..e065bb5 100644 --- a/src/main/java/cn/xor7/iseeyou/ISeeYou.kt +++ b/src/main/java/cn/xor7/iseeyou/ISeeYou.kt @@ -52,11 +52,8 @@ class ISeeYou : JavaPlugin(), CommandExecutor { override fun onEnable() { instance = this - - // 等待修复 - //CommandAPI.onEnable() - //registerCommand() - + CommandAPI.onEnable() + registerCommand() setupConfig() logger.info("██╗███████╗███████╗███████╗██╗ ██╗ ██████╗ ██╗ ██╗")