Skip to content

Commit 18bd962

Browse files
committed
Update DataIO.java
1 parent 41465ae commit 18bd962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/felnull/DataIO/DataIO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ public static boolean saveInventoryOnly(GroupData g, StorageData storageData, St
377377
}
378378
}
379379

380-
private static void saveTags(Connection conn, GroupData g) throws SQLException {
380+
public static void saveTags(Connection conn, GroupData g) throws SQLException {
381381
String sql = "REPLACE INTO tag_table (group_uuid, plugin_name, page_id, user_tag) VALUES (?, ?, ?, ?)";
382382
try (PreparedStatement ps = conn.prepareStatement(sql)) {
383383
for (Map.Entry<String, InventoryData> entry : g.storageData.storageInventory.entrySet()) {

0 commit comments

Comments
 (0)