Zeus - Don't disembark group players on Garrison (#9130)

This commit is contained in:
GhostIsSpooky 2023-01-23 22:23:49 -03:00 committed by GitHub
parent 25a508e3ae
commit 5d759e7b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;