Skip to content

Commit

Permalink
Fix bogus array wrapper on hintC that prevented the petros placement …
Browse files Browse the repository at this point in the history
…UI from appearing
  • Loading branch information
jaj22 committed Feb 3, 2024
1 parent 63e90d6 commit 06ad9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion A3A/addons/core/functions/Base/fn_placementselection.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ private _disabledPlayerDamage = false;
private _titleStr = localize "STR_A3A_fn_base_placeselec_title";

player allowDamage false;
[localize "STR_A3A_fn_base_placeselec_petros_dead"] hintC [localize "STR_A3A_fn_base_placeselec_petros_dead_long"];
localize "STR_A3A_fn_base_placeselec_petros_dead" hintC localize "STR_A3A_fn_base_placeselec_petros_dead_long";

hintC_arr_EH = findDisplay 72 displayAddEventHandler ["unload",{
_this spawn {
Expand Down

0 comments on commit 06ad9f6

Please sign in to comment.