mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-13 17:24:54 +02:00
Fix online vocations numbers, thanks Marko999x
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user