chatter: do not respect timers while discconnecting bot (ref #424 )
combat: tweaked combat behavior a little (do not use strafe in narrow places)
This commit is contained in:
parent
4b9acd5d5c
commit
38f2716edb
4 changed files with 20 additions and 13 deletions
|
|
@ -1488,7 +1488,7 @@ void Bot::kick () {
|
|||
}
|
||||
|
||||
void Bot::markStale () {
|
||||
showChaterIcon (false);
|
||||
showChaterIcon (false, true);
|
||||
|
||||
// clear the bot name
|
||||
conf.clearUsedName (this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue