Minor fix

This commit is contained in:
Sascha Leib
2025-09-15 23:00:42 +02:00
parent 7d05fe3bb3
commit 2555a6466b

View File

@@ -642,7 +642,7 @@ BotMon.live = {
id: it.id,
count: it.count,
pct: (it.count / me._refererListCount * 100).toFixed(0)
}
};
rList.push(rIt);
}