Skip to content

Commit

Permalink
Update fn_mresArray.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
BoGuu authored Sep 22, 2016
1 parent ab2b40e commit db66e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions life_server/Functions/MySQL/fn_mresArray.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
private ["_array"];
_array = [_this,0,[],[[]]] call BIS_fnc_param;
_array = str(str(_array));
_array = str _array;
_array = toArray(_array);

for "_i" from 0 to (count _array)-1 do
Expand All @@ -24,4 +24,4 @@ for "_i" from 0 to (count _array)-1 do
};
};

toString(_array);
str(toString(_array));

2 comments on commit db66e54

@Jawshy
Copy link
Contributor

@Jawshy Jawshy commented on db66e54 Sep 26, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BradenM
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by MRE's you mean the food?

AG Yetii, Discord, February 23rd, 2017

Please sign in to comment.