Parcourir la source

Merge branch 'master' of https://github.com/Zatama/Aux-Mod-501st

Erliens il y a 4 ans
Parent
commit
bdba7f6c4e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      addons - Copy/RD501_Main/XEH_postinit.sqf

+ 1 - 1
addons - Copy/RD501_Main/XEH_postinit.sqf

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