Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Sep 22, 2024
1 parent 465db72 commit 7bfe5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/src/net/tnemc/core/TNEStorageProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public void initialize(String engine) {
PluginCore.log().warning("Using outdated database! Please note: Official Support for this version of TNE is limited.", DebugLevel.OFF);

if(maria) {
this.engine = new MariaDB(prefix, new MariaDialect(prefix));
this.engine = new MariaDB(prefix, new MariaOutdatedDialect(prefix));
this.connector = new SQLConnector();
break;
}
Expand Down

0 comments on commit 7bfe5f5

Please sign in to comment.