Locked off training and untrained while attacking
This commit is contained in:
+4
-1
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user