Skip to content

Commit

Permalink
Merge pull request #3123 from jaj22/fix-petros-placement-hintC
Browse files Browse the repository at this point in the history
Fix petros placement stringtable conversion bug
  • Loading branch information
Bob-Murphy authored Feb 6, 2024
2 parents 63e90d6 + 06ad9f6 commit a174dbe
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 a174dbe

Please sign in to comment.