fixed rare crashbug in ClientUserInfoChanged
fixed chatter ignores yb_communication_type fixed waypoint display distance, when host entity is alive fixed bomber choose most longest route to bombplant (in middle of round).
This commit is contained in:
parent
a07850d09d
commit
4204f4e9f2
4 changed files with 34 additions and 31 deletions
|
|
@ -1241,7 +1241,7 @@ void Bot::CheckMessageQueue (void)
|
|||
}
|
||||
}
|
||||
|
||||
if (m_radioSelect != Radio_ReportingIn || g_radioInsteadVoice || yb_communication_type.GetInt () != 2 || g_chatterFactory[m_radioSelect].IsEmpty () || g_gameVersion == CSV_OLD)
|
||||
if (m_radioSelect != Radio_ReportingIn && g_radioInsteadVoice || yb_communication_type.GetInt () != 2 || g_chatterFactory[m_radioSelect].IsEmpty () || g_gameVersion == CSV_OLD)
|
||||
{
|
||||
if (m_radioSelect < Radio_GoGoGo)
|
||||
FakeClientCommand (GetEntity (), "radio1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue