mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
Notes
This commit is contained in:
parent
92c33d2d43
commit
ac6288eb23
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ function getPredefinedMCIValue(client, code) {
|
|||
|
||||
TC : function totalCalls() { return sysProp.getSystemProperty('login_count').toString(); },
|
||||
|
||||
}[code]();
|
||||
}[code](); // :TODO: Just call toString() here and remove above - DRY
|
||||
|
||||
} catch(e) {
|
||||
// Don't use client.log here as we may not have a client logger established yet!!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue