|
@@ -142,7 +142,7 @@ call macro_fnc_name(stun);
|
|
|
{
|
|
|
private _idx = _x addEventHandler ["CuratorObjectPlaced", {
|
|
|
params ["_curator","_entity"];
|
|
|
- if!(_entity isKindOf "Man" && side _entity == east) then {
|
|
|
+ if(!(_entity isKindOf "Man") && (side _entity) == east) then {
|
|
|
_entity allowCrewInImmobile true;
|
|
|
_entity setVehicleLock "LOCKED";
|
|
|
};
|