mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-11-25 12:25:37 +01:00
Fixed v23.1 patch script not triggering on v23.0 installs when using SQLite
This commit is contained in:
parent
70ffeacbc0
commit
eaa8c5c5c1
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user