mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
fix object name
This commit is contained in:
parent
776e6c6350
commit
05f97d5ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ class ServerController extends AbstractController
|
||||||
if ($info = (array) $node->GetInfo())
|
if ($info = (array) $node->GetInfo())
|
||||||
{
|
{
|
||||||
// Get session
|
// Get session
|
||||||
$session = empty($info['Players']) ? [] : (array) $server->GetPlayers();
|
$session = empty($info['Players']) ? [] : (array) $node->GetPlayers();
|
||||||
|
|
||||||
// Sort by players by frags
|
// Sort by players by frags
|
||||||
if ($session)
|
if ($session)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue