From 18a1708a0966b506cf5449bb485c2ef40cfcda89 Mon Sep 17 00:00:00 2001 From: Risto Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Fri, 23 Apr 2021 09:16:29 +0300 Subject: [PATCH] Updated Floodgate extension - Added bedrockUsername to the where clause on the update statement to prevent insertion of duplicate data. Unfortunately removing UNIQUE constraints would require recreation of the table, and detecting the constraint would be more effort to implement - this might make some data inaccurate but it is what it is. Affects issues: - Fixed #1825 --- Plan/extensions/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/extensions/build.gradle b/Plan/extensions/build.gradle index 99ff58087..9c64d2425 100644 --- a/Plan/extensions/build.gradle +++ b/Plan/extensions/build.gradle @@ -15,7 +15,7 @@ dependencies { compile 'com.djrapitops:Extension-Factions:2.14.0-R0.1' compile 'com.djrapitops:Extension-FactionsUUID:1.6.9.5-U0.5.16-R0.2' compile 'com.djrapitops:Extension-FastLogin:R0.1' - compile 'com.djrapitops:Extension-Floodgate:1.0-R1.1' + compile 'com.djrapitops:Extension-Floodgate:1.0-R1.2' compile 'com.djrapitops:Extension-GriefDefender:R0.2' compile 'com.djrapitops:Extension-GriefPrevention:16.11.6-R0.2' compile 'com.djrapitops:Extension-GriefPrevention-Sponge:4.0.1-R0.2'