Skip to content

Commit ff3938d

Browse files
committed
readd async sql table creation for mysql
1 parent f193139 commit ff3938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/refracdevelopment/simpletags/managers/data/MySQLManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public MySQLManager() {
3131
} else
3232
RyMessageUtils.sendConsole(true, "&aManaged to successfully connect to: &e" + database + "&a!");
3333

34-
createTables();
34+
Tasks.runAsync(this::createTables);
3535
}
3636

3737
public Exception connect() {

0 commit comments

Comments
 (0)