mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
Order fraggers by time
This commit is contained in:
parent
bc3dcab462
commit
a631760dbf
@ -346,6 +346,7 @@ WHERE killers.death_id = '".$death['id']."' ORDER BY killers.final_hit DESC, kil
|
||||
->join('players', 'players.id', '=', 'player_deaths.player_id')
|
||||
->limit($frags_limit)
|
||||
->selectRaw('players.name, player_deaths.*')
|
||||
->orderBy('player_deaths.time', 'DESC')
|
||||
->get();
|
||||
|
||||
if ($player_frags->count()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user