Merge pull request #1551 from jonpas/isNotInsideCPfix

Removed isNotInside from Sandbag, SpottingScope and Tripod placement
This commit is contained in:
ulteq 2015-06-09 16:22:25 +02:00
commit 06b2da432c
3 changed files with 1 additions and 3 deletions

View File

@ -6,7 +6,7 @@ class CfgVehicles {
displayName = CSTRING(DeploySandbag);
condition = QUOTE(call FUNC(canDeploy));
statement = QUOTE(call FUNC(deploy));
exceptions[] = {"isNotSwimming", "isNotInside"};
exceptions[] = {"isNotSwimming"};
showDisabled = 1;
priority = 4;
icon = PATHTOF(UI\icon_sandbag_ca.paa);

View File

@ -11,7 +11,6 @@ class CfgVehicles {
showDisabled = 0;
priority = 2;
icon = PATHTOF(UI\w_spottingscope_ca.paa);
exceptions[] = {"isNotInside"};
};
};
};

View File

@ -11,7 +11,6 @@ class CfgVehicles {
showDisabled = 0;
priority = 2;
icon = PATHTOF(UI\w_sniper_tripod_ca.paa);
exceptions[] = {"isNotInside"};
};
};
};