Skip to content

Commit

Permalink
Updated to newest SQLib versions
Browse files Browse the repository at this point in the history
if updating from a pervious Quill Versions your database will have to be cleared
  • Loading branch information
ElectroBrine committed Jul 22, 2024
1 parent a0607e8 commit 6e490b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ private static void store(Notification notification) {
message.put(MinecraftTypes.JSON, "commands", jsonCommands);
}
message.put(JavaTypes.LONG, "commandDelay", notification.getCommandDelay());

message.put(JavaTypes.LONG,"expiry", notification.getExpiry());
message.put(JavaTypes.LONG, "creationTime", time);
}
Expand Down

0 comments on commit 6e490b3

Please sign in to comment.