mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Merge branch 'stable'
# Conflicts: # resources/vanilla
This commit is contained in:
@ -132,7 +132,7 @@ class SendUsageTask extends AsyncTask{
|
||||
$data["players"] = [
|
||||
"count" => count($players),
|
||||
"limit" => $server->getMaxPlayers(),
|
||||
"currentList" => $players,
|
||||
"currentList" => array_values($players),
|
||||
"historyList" => array_values($playerList)
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user