Merge pull request #3539 from acemod/isBackpackParamString

Allow string input for isBackpack
This commit is contained in:
commy2 2016-03-05 20:02:32 +01:00
commit 959750d03b

View File

@ -12,7 +12,7 @@
*/
#include "script_component.hpp"
params [["_backpack", objNull, [objNull]]];
params [["_backpack", objNull, [objNull, ""]]];
if (_backpack isEqualType objNull) then {
_backpack = typeOf _backpack;