Locked off training and untrained while attacking

This commit is contained in:
2019-05-30 06:53:49 +10:00
parent 9d9ae45ba0
commit daf7c9b157
5 changed files with 194 additions and 137 deletions
+4 -1
View File
@@ -17,7 +17,10 @@ let excluded = [ //messages that should not be logged
'attacking',
'idle',
'Combat log sent'
'Combat log sent',
'Can\'t train while attacking',
'Can\'t untrain while attacking'
];
const log = (msg, ...args) => {