- Fixed Oculus drake mounting

This commit is contained in:
kadeshar
2026-02-07 17:53:55 +01:00
parent 52d4191b43
commit 79fb3a5bbc
3 changed files with 32 additions and 7 deletions

View File

@@ -62,7 +62,7 @@ bool MountDrakeAction::Execute(Event event)
break;
}
std::vector<Player*> players = botAI->GetPlayersInGroup();
std::vector<Player*> players = botAI->GetAllPlayersInGroup();
for (Player* player : players)
{
if (!player || !player->IsInWorld() || player->IsDuringRemoveFromWorld())