mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Zeus - Don't disembark group players on Garrison (#9130)
This commit is contained in:
parent
25a508e3ae
commit
5d759e7b5f
@ -51,7 +51,7 @@ switch (false) do {
|
||||
private _units = units _unit;
|
||||
// Make sure all units are disembarked
|
||||
{
|
||||
if (vehicle _x != _x) then {
|
||||
if (vehicle _x != _x && {!isPlayer _x}) then {
|
||||
moveOut _x;
|
||||
};
|
||||
} forEach _units;
|
||||
|
Loading…
Reference in New Issue
Block a user