diff options
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/db/Database.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/db/Database.kt b/core/src/db/Database.kt index efcb92f..50ee4a4 100644 --- a/core/src/db/Database.kt +++ b/core/src/db/Database.kt @@ -92,7 +92,7 @@ class Database(plugin: Khs) { val legacy = LegacyPlayers.join( LegacyNames, - JoinType.LEFT, + JoinType.FULL, onColumn = LegacyPlayers.uuid, otherColumn = LegacyNames.uuid, ) |