Skip to content

Commit

Permalink
Merge pull request #518 from Theseus-Aegis/fix-armory-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas authored Apr 25, 2022
2 parents d19aa75 + 6f5a6af commit 86f5d08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/armory/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# About

Adds Armory with support Chronos support.
Adds Armory with Chronos support.

### Authors

Expand Down
2 changes: 1 addition & 1 deletion addons/armory/functions/fnc_subtractData.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ private _armoryDataSubtracted = [];
if (_selectedItem == _className) then {
_quantity = _quantity - (parseNumber _selectedAmount);
if (_quantity > 0) then {
_armoryDataSubtracted pushBack [_className, _subCategory, _description, str _quantity];
_armoryDataSubtracted pushBack [_className, _subCategory, _description, _quantity];
};
} else {
_armoryDataSubtracted pushBack _x;
Expand Down

0 comments on commit 86f5d08

Please sign in to comment.