mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Players online in client 12, fix #425
This commit is contained in:

committed by
GitHub

parent
5f87fd2376
commit
26628602b2
@@ -34,7 +34,7 @@ if($_SERVER['HTTP_USER_AGENT'] == "Mozilla/5.0" && $config['ServerEngine'] === '
|
|||||||
case "cacheinfo":
|
case "cacheinfo":
|
||||||
// {"type":"cacheinfo"}
|
// {"type":"cacheinfo"}
|
||||||
sendMessage(array(
|
sendMessage(array(
|
||||||
'playersonline' => user_count_online(),
|
'playersonline' => (int)user_count_online(),
|
||||||
'twitchstreams' => 0,
|
'twitchstreams' => 0,
|
||||||
'twitchviewer' => 0,
|
'twitchviewer' => 0,
|
||||||
'gamingyoutubestreams' => 0,
|
'gamingyoutubestreams' => 0,
|
||||||
|
Reference in New Issue
Block a user