add server descriptions support

This commit is contained in:
ghost 2024-01-07 23:14:03 +02:00
parent a519fee8e9
commit c04a177847
4 changed files with 22 additions and 2 deletions

View file

@ -173,6 +173,7 @@ class MainController extends AbstractController
'crc32server' => $crc32server,
'host' => $hlserver->host,
'port' => $hlserver->port,
'description' => $hlserver->description,
'aliases' => $aliases,
'info' => $info,
'session' => $session,