Fixed v23.1 patch script not triggering on v23.0 installs when using SQLite
This commit is contained in:
parent
70ffeacbc0
commit
eaa8c5c5c1
1 changed files with 2 additions and 2 deletions
|
|
@ -19,10 +19,10 @@ public class __2_23_0 {
|
||||||
catch (Exception e) {
|
catch (Exception e) {
|
||||||
Chat.console(Phrase.build(Phrase.PATCH_SKIP_UPDATE, ConfigHandler.prefix + "skull", Selector.FIRST, Selector.FIRST));
|
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) {
|
catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue