Created the combat log

This commit is contained in:
2019-05-29 08:24:37 +10:00
parent bbf0f170d7
commit 6e0aaa7b9e
11 changed files with 318 additions and 117 deletions
+3 -1
View File
@@ -15,7 +15,9 @@ let excluded = [ //messages that should not be logged
'Profile sent',
'Ladder sent',
'attacking',
'idle'
'idle',
'Combat log sent'
];
const log = (msg, ...args) => {