lol i forgot to add coins to player data

This commit is contained in:
spacerocket62
2020-10-27 14:30:57 -07:00
parent 5400581b3d
commit 9dfc351ebe
4 changed files with 12 additions and 3 deletions

View File

@ -44,6 +44,7 @@ public class SQLConnection
"\t`prefix` VARCHAR(30),\n" +
"\t`rank` VARCHAR(256),\n" +
"\t`ips` VARCHAR(65535),\n" +
"\t`coins` BIGINT,\n" +
"\tPRIMARY KEY (`uuid`)\n" +
");").execute();
} catch (SQLException throwables) {