disable print servstats
This commit is contained in:
parent
9e078df32a
commit
4089c9a47c
@ -245,7 +245,7 @@ const refreshServerStatus = async (fade = false) => {
|
|||||||
try {
|
try {
|
||||||
|
|
||||||
const servStat = await getServerStatus(47, serv.hostname, serv.port)
|
const servStat = await getServerStatus(47, serv.hostname, serv.port)
|
||||||
console.log(servStat)
|
// console.log(servStat)
|
||||||
pLabel = Lang.queryJS('landing.serverStatus.players')
|
pLabel = Lang.queryJS('landing.serverStatus.players')
|
||||||
pVal = servStat.players.online + '/' + servStat.players.max
|
pVal = servStat.players.online + '/' + servStat.players.max
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user