mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-06 21:57:48 +01:00
Fix: fix minecraft players after move to minecraftstatuspinger (#5017)
This commit is contained in:
@@ -18,7 +18,7 @@ export default async function minecraftProxyHandler(req, res) {
|
||||
res.status(200).send({
|
||||
version: pingResponse.status.version.name,
|
||||
online: true,
|
||||
players: pingResponse.status.players.online,
|
||||
players: pingResponse.status.players,
|
||||
});
|
||||
} catch (e) {
|
||||
if (e) logger.error(e);
|
||||
|
||||
Reference in New Issue
Block a user