Skip to content

Commit

Permalink
Fixed v23.1 patch script not triggering on v23.0 installs when using …
Browse files Browse the repository at this point in the history
…SQLite
  • Loading branch information
Intelli committed Oct 4, 2024
1 parent 70ffeac commit eaa8c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/net/coreprotect/patch/script/__2_23_0.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ protected static boolean patch(Statement statement) {
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();
Expand Down

0 comments on commit eaa8c5c

Please sign in to comment.