Error in fn_selectRandom.sqf

BetterDeadThanZed

Valued Member!
Just noticed this error in my log:

Code:
21:49:40 Error in expression <m.sqf";

private "_ret";

if(count _this > 0) then
{
_ret = count _th>
21:49:40   Error position: <count _this > 0) then
{
_ret = count _th>
21:49:40   Error count: Type Bool, expected Array,Config entry
21:49:40 File z\addons\dayz_server\DZAI\compile\fn_selectRandom.sqf, line 16

Is this something I should worry about?
 
Make sure you're running the latest version (1.9.3, will be 1.9.3.1 within an hour from this post) as this problem has been fixed already.
 
I cannot find any instance in the code where an unexpected data type is being provided into the selectRandom function. If you've recycled any of your previous weapongrades or gradechances settings it will cause problems.

If you have not recycled any of those settings then I'll need to see more of the log, specifically what happened before and after the error.
 
Back
Top