Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Fixed undefined variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Relentless authored and Relentless committed Jan 21, 2018
1 parent 3efe359 commit 3bf67dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/rlnt/functions/RLNT_wh_error.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ switch (_this) do {
rlnt_wh_item1 = nil;
["fix","WH", localize STR_RLNT_WH_ERROR_ITEM_SWITCH] call RLNT_wh_postDebug;
["fix","WH", localize STR_RLNT_WH_ERROR_ITEM_SWITCH_HINT] call RLNT_wh_postDebug;
}
};

if (rlnt_wh_bloodSettings select 1 == -1) then {
rlnt_wh_bloodSettings set[1, DZE_selfTransfuse_Values select 0];
Expand Down

0 comments on commit 3bf67dc

Please sign in to comment.