SupportCopter v2

This commit is contained in:
He-Man 2017-03-02 18:12:35 +01:00 committed by GitHub
parent a0c1648a0c
commit 965ff047e9

View File

@ -29,7 +29,7 @@ for "_i" from 1 to _unitCount do {
_Spawncounts pushback 1;
}
else {
(_Spawncounts select _idx) = (_Spawncounts select _idx) + 1;
_Spawncounts set [_idx,(_Spawncounts select _idx)+ 1];
};
};