Skip to content

Commit

Permalink
feat(migrator): Provide a luckperms migrator for outdated data
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Mar 4, 2024
1 parent 9131f83 commit 473af96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static int importData(String sourceTable, String usersTable, boolean purg
String username = getUsername(usersTable, uuid);
if (username == null) continue;

indexList.add(rs.getInt("id");
indexList.add(rs.getInt("id"));
data.add(new MigrateCache(importKey(uuid, username), content, formatColor));
}
} catch (Exception ex) {
Expand Down

0 comments on commit 473af96

Please sign in to comment.