From 514f6f36ec77afe52a0a14fbf981805c7639bca9 Mon Sep 17 00:00:00 2001 From: YufiriaMazenta <2199098065@qq.com> Date: Fri, 29 Dec 2023 19:13:46 +0800 Subject: [PATCH] =?UTF-8?q?[1.8.0-rc1]=E9=A2=84=E5=8F=91=E5=B8=83=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- .../craftorithm/listener/RecipeUnlockHandler.java | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index bb1c181c..893c69b2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ import java.text.SimpleDateFormat -version = "1.8.0-beta4" +version = "1.8.0-rc1" plugins { `java-library` diff --git a/src/main/java/com/github/yufiriamazenta/craftorithm/listener/RecipeUnlockHandler.java b/src/main/java/com/github/yufiriamazenta/craftorithm/listener/RecipeUnlockHandler.java index f91de973..4d348b71 100644 --- a/src/main/java/com/github/yufiriamazenta/craftorithm/listener/RecipeUnlockHandler.java +++ b/src/main/java/com/github/yufiriamazenta/craftorithm/listener/RecipeUnlockHandler.java @@ -36,6 +36,4 @@ public void onPlayerJoin(PlayerJoinEvent event) { player.undiscoverRecipes(notUnlockKeyList); } - - }