closes connection on sophisticated backpack

This commit is contained in:
EoD 2025-04-25 20:58:50 +00:00
parent e8abf6a360
commit a2f7d13877

View File

@ -151,6 +151,7 @@ public class PlayerSync {
JDBCsetUp.executeUpdate("ALTER TABLE " + dbName + ".backpack_data ADD PRIMARY KEY (uuid)", 1);
}
rsBackpackCol.close();
backpackColCheck.connection().close();
}
// Check and alter the 'advancements' column in player_data if necessary