mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 09:19:22 +02:00
Fix online vocations numbers, thanks Marko999x
This commit is contained in:
parent
e3ffe5d9e1
commit
bc6663dc44
@ -122,7 +122,8 @@ if(count($players_data) > 0) {
|
||||
|
||||
$twig->display('online.html.twig', array(
|
||||
'players' => $players_data,
|
||||
'record' => $record
|
||||
'record' => $record,
|
||||
'vocs' => $vocs,
|
||||
));
|
||||
|
||||
//search bar
|
||||
|
Loading…
x
Reference in New Issue
Block a user