nav: disable player avoidance when in csdm free for all mode
This commit is contained in:
parent
948b441541
commit
cfac2ab472
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ void Bot::ignoreCollision () {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Bot::doPlayerAvoidance (const Vector &normal) {
|
void Bot::doPlayerAvoidance (const Vector &normal) {
|
||||||
if (cv_has_team_semiclip.bool_ ()) {
|
if (cv_has_team_semiclip.bool_ () || game.is (GameFlags::FreeForAll)) {
|
||||||
return; // no player avoiding when with semiclip plugin
|
return; // no player avoiding when with semiclip plugin
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue