fix: pingfaker overwrites pings for real players (resolves #572)
fix: crash bug introduced in #569
This commit is contained in:
parent
747eb569c1
commit
ee964e0c9a
14 changed files with 322 additions and 188 deletions
|
|
@ -385,7 +385,7 @@ void Bot::postProcessGoals (const IntArray &goals, int result[]) {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return isOccupiedNode (index, true);
|
||||
};
|
||||
|
||||
static IntArray resulting {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue