Skip to content

Commit e3b21b3

Browse files
RushawayA1mDev
andcommitted
Fix duplicate player suggestions in autocomplete
Co-Authored-By: A1m` <33463136+A1mDev@users.noreply.github.com>
1 parent abe9dfc commit e3b21b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/classes/Repository/PlayerRepository.php‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
$searchEscaped = $this->db->escape($search);
2525

2626
$sql = "
27-
SELECT
27+
SELECT DISTINCT
2828
hlstats_PlayerNames.name
2929
FROM
3030
hlstats_PlayerNames

0 commit comments

Comments
 (0)