mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-01 10:23:42 +02:00
Minor
This commit is contained in:
parent
80eb8ad38d
commit
d6af9a1caa
1 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@ exports.getModule = class mrcModule extends MenuModule {
|
|||
userCount : 0,
|
||||
boardCount : 0,
|
||||
roomCount : 0,
|
||||
//latencyMs : 0,
|
||||
latencyMs : 0,
|
||||
activityLevel : 0,
|
||||
activityLevelIndicator : ' ',
|
||||
};
|
||||
|
@ -352,7 +352,7 @@ exports.getModule = class mrcModule extends MenuModule {
|
|||
if(!Array.isArray(indicators) || indicators.length < level + 1) {
|
||||
indicators = [ ' ', '░', '▒', '▓' ];
|
||||
}
|
||||
return indicators[level].charAt(0);
|
||||
return indicators[level];
|
||||
}
|
||||
|
||||
setText(mciId, text) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue