add: do not translate messages send to hlds console.

add: split messages sent to client & hlds console, so all message gets sent.
This commit is contained in:
ds 2020-10-12 20:59:48 +03:00
commit b8d35840b3
9 changed files with 143 additions and 59 deletions

View file

@ -5347,7 +5347,7 @@ void Bot::debugMsgInternal (const char *str) {
logger.message (printBuf.chars ());
}
if (playMessage) {
game.print (printBuf.chars ());
ctrl.msg (printBuf.chars ());
sendToChat (printBuf, false);
}
}