This commit is contained in:
eraser1 2015-09-04 11:45:16 -05:00
parent 0830b05a78
commit 50a483684f
2 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ else
// Add Magazines before weapon so that gun will be loaded
{
if ((typeName _x) isEqualTo "STRING") then
if ((typeName _x) == "STRING") then
{
_x = [_x,1];
};

Binary file not shown.