diff --git a/src/navigate.cpp b/src/navigate.cpp index f1bdb8e..540b632 100644 --- a/src/navigate.cpp +++ b/src/navigate.cpp @@ -423,7 +423,7 @@ void Bot::ignoreCollision () { } 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 }