Implemented ladders

This commit is contained in:
2019-05-24 13:00:27 +10:00
parent 683ab95d63
commit 1ad4a14b35
7 changed files with 163 additions and 3 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ let excluded = [ //messages that should not be logged
'Not enough scientists',
'Not enough time has passed',
'Profile sent'
'Profile sent',
'Ladder sent'
];
const log = (msg, ...args) => {