Fix MCI ref

This commit is contained in:
Bryan Ashby 2018-07-22 12:59:43 -06:00
parent e6a812cf34
commit 39b35e8d11
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ exports.moduleInfo = {
}; };
const MciViewIds = { const MciViewIds = {
OnlineList : 1, onlineList : 1,
}; };
exports.getModule = class WhosOnlineModule extends MenuModule { exports.getModule = class WhosOnlineModule extends MenuModule {