Fixed a typo

This commit is contained in:
ulteq 2015-06-02 20:01:00 +02:00
parent d733527f71
commit 2b6157bdb8

View File

@ -24,7 +24,7 @@ if (!isNull (GVAR(sandBag))) then {
GVAR(sandBag) = objNull;
};
[GVAR(placer), "ACE_Explosives", false] call EFUNC(Common,setForceWalkStatus);
[GVAR(placer), "ACE_Sandbag", false] call EFUNC(Common,setForceWalkStatus);
GVAR(sandBag) = objNull;
GVAR(placer) = objNull;