From eaa8c5c5c11a17f61b43641b722571a36f917f39 Mon Sep 17 00:00:00 2001 From: Intelli Date: Thu, 3 Oct 2024 18:37:13 -0600 Subject: [PATCH] Fixed v23.1 patch script not triggering on v23.0 installs when using SQLite --- src/main/java/net/coreprotect/patch/script/__2_23_0.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/net/coreprotect/patch/script/__2_23_0.java b/src/main/java/net/coreprotect/patch/script/__2_23_0.java index 73f142d..4246ce8 100644 --- a/src/main/java/net/coreprotect/patch/script/__2_23_0.java +++ b/src/main/java/net/coreprotect/patch/script/__2_23_0.java @@ -19,9 +19,9 @@ public class __2_23_0 { catch (Exception e) { Chat.console(Phrase.build(Phrase.PATCH_SKIP_UPDATE, ConfigHandler.prefix + "skull", Selector.FIRST, Selector.FIRST)); } - - __2_23_1.patch(statement); } + + __2_23_1.patch(statement); } catch (Exception e) { e.printStackTrace();