* Delete mods/login.js (not used)
* More fallbackMenuModule & gotoMenuModule clean up -- should all be using new system now
This commit is contained in:
@@ -55,10 +55,10 @@ function MessageAreaListModule(options) {
|
||||
self.client.term.pipeWrite('\n|00Cannot change area: ' + err.message + '\n');
|
||||
|
||||
setTimeout(function timeout() {
|
||||
self.client.fallbackMenuModule();
|
||||
self.prevMenu();
|
||||
}, 1000);
|
||||
} else {
|
||||
self.client.fallbackMenuModule();
|
||||
self.prevMenu();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user