mirror of
https://github.com/moparisthebest/xAuth
synced 2024-12-21 22:58:51 -05:00
Whoops
This commit is contained in:
parent
581609eede
commit
69aeb90688
@ -154,7 +154,7 @@ public class DataManager {
|
||||
);
|
||||
|
||||
stmt.execute(
|
||||
"CREATE TABLE IF NOT EXISTS `inventory` (" +
|
||||
"CREATE TABLE IF NOT EXISTS `" + xAuthSettings.tblInventory + "` (" +
|
||||
"`playername` VARCHAR(255) NOT NULL," +
|
||||
"`itemid` TEXT NOT NULL," +
|
||||
"`amount` TEXT NOT NULL," +
|
||||
|
Loading…
Reference in New Issue
Block a user