This commit is contained in:
jaynus 2015-04-01 10:20:58 -07:00
parent 46284622b3
commit 37bbbc607f

View File

@ -27,7 +27,7 @@ _canAdd = false;
_addedToPlayer = true;
if((count _this) > 3) then {
_container = _this select 4;
_container = _this select 3;
} else {
_container = nil;
};