closes connection on sophisticated backpack
This commit is contained in:
parent
e8abf6a360
commit
a2f7d13877
|
|
@ -151,6 +151,7 @@ public class PlayerSync {
|
||||||
JDBCsetUp.executeUpdate("ALTER TABLE " + dbName + ".backpack_data ADD PRIMARY KEY (uuid)", 1);
|
JDBCsetUp.executeUpdate("ALTER TABLE " + dbName + ".backpack_data ADD PRIMARY KEY (uuid)", 1);
|
||||||
}
|
}
|
||||||
rsBackpackCol.close();
|
rsBackpackCol.close();
|
||||||
|
backpackColCheck.connection().close();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check and alter the 'advancements' column in player_data if necessary
|
// Check and alter the 'advancements' column in player_data if necessary
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user