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
|
|
@ -89,7 +89,7 @@ void BotPractice::update () {
|
|||
void BotPractice::syncUpdate () {
|
||||
// this function called after each end of the round to update knowledge about most dangerous nodes for each team.
|
||||
|
||||
auto graphLength = graph.length ();
|
||||
const auto graphLength = graph.length ();
|
||||
|
||||
// no nodes, no practice used or nodes edited or being edited?
|
||||
if (!graphLength || graph.hasChanged () || !vistab.isReady ()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue