library id also changes if user is renamed

This commit is contained in:
j 2016-01-08 11:01:48 +05:30
commit f979cd4890
3 changed files with 9 additions and 3 deletions

View file

@ -478,7 +478,7 @@ oml.ui.mainMenu = function() {
}
} else if (id == 'quit') {
oml.api.quit(function() {
//
// ...
});
} else {
Ox.print('MAIN MENU DOES NOT YET HANDLE', id);