Skip to content

Commit

Permalink
Run v23.1 patch script on v23.0 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelli committed Aug 20, 2024
1 parent ea1b86c commit edadebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 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,6 +19,8 @@ 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);
}
}
catch (Exception e) {
Expand Down

0 comments on commit edadebf

Please sign in to comment.