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
This commit is contained in:
Risto Lahtela 2021-04-23 09:16:29 +03:00
parent b87208a649
commit 18a1708a09

View File

@ -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'