mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +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(
|
$twig->display('online.html.twig', array(
|
||||||
'players' => $players_data,
|
'players' => $players_data,
|
||||||
'record' => $record
|
'record' => $record,
|
||||||
|
'vocs' => $vocs,
|
||||||
));
|
));
|
||||||
|
|
||||||
//search bar
|
//search bar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user