fix: bad maxspeed after respawn with csdm (ref #482)
fix: free for all mode has no friends or foes chat: disable dead chat on csdm
This commit is contained in:
parent
4d82de8375
commit
948b441541
11 changed files with 119 additions and 64 deletions
|
|
@ -318,7 +318,7 @@ bool Bot::isReplyingToChat () {
|
|||
void Bot::checkForChat () {
|
||||
|
||||
// say a text every now and then
|
||||
if (m_notKilled || !cv_chat.bool_ ()) {
|
||||
if (m_isAlive || !cv_chat.bool_ () || game.is (GameFlags::CSDM)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue