mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 18:59:21 +02:00
Players online in client 12, fix #425
This commit is contained in:
parent
5f87fd2376
commit
26628602b2
@ -34,7 +34,7 @@ if($_SERVER['HTTP_USER_AGENT'] == "Mozilla/5.0" && $config['ServerEngine'] === '
|
||||
case "cacheinfo":
|
||||
// {"type":"cacheinfo"}
|
||||
sendMessage(array(
|
||||
'playersonline' => user_count_online(),
|
||||
'playersonline' => (int)user_count_online(),
|
||||
'twitchstreams' => 0,
|
||||
'twitchviewer' => 0,
|
||||
'gamingyoutubestreams' => 0,
|
||||
|
Loading…
x
Reference in New Issue
Block a user