mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-14 23:56:13 +00:00
Merge pull request #2124 from kadeshar/oculus-drake-fix
Oculus drake mounting fix
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user