Implemented ladders
This commit is contained in:
+2
-1
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user