Files
DayZ-Epoch/SQF/dayz_code
ebaydayz bf9140f1b5 Fix dayz_nutrition RPT error on login
Looks like the error was:
r_player_Nutrition = [_NutritionLoss];
It should have used the set command, since the array was already defined
in variables.sqf. But there is no need to use an array for a single
value anyway.

Fixes RPT error on login:
Error in expression <hyd"] spawn player_death;
};
};

if (dayz_nutrition > 0) then {
_Nutrition = >
Error position: <dayz_nutrition > 0) then {
_Nutrition = >
Error Undefined variable in expression: dayz_nutrition
File z\addons\dayz_code\system\player_spawn_2.sqf, line 182
2016-04-26 18:46:36 -04:00
..
2016-03-30 14:55:45 -04:00
2016-04-26 15:16:20 -04:00
2016-02-29 00:55:29 -05:00
2016-03-30 20:50:06 -04:00
2016-03-05 22:34:25 -05:00
2016-04-07 18:42:44 -04:00
2016-04-25 21:52:49 +03:00