Fixed the OTP random generator to be even.

This commit is contained in:
Ylian Saint-Hilaire
2019-02-05 20:01:01 -08:00
parent 632d190d23
commit 86b5e4a85d
8 changed files with 22 additions and 11 deletions

View File

@@ -1685,6 +1685,10 @@
addNotification(n);
break;
}
case 'stopped': { // Server is stopping.
// TODO: Disconnect
break;
}
default:
//console.log('Unknown message.event.action', message.event.action);
break;