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:
parent
3b0f06bb09
commit
b8d35840b3
9 changed files with 143 additions and 59 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue