Skip to content

Commit

Permalink
Update fn_survival.sqf (#671)
Browse files Browse the repository at this point in the history
fixed typo for next paycheck text
  • Loading branch information
cryptearth authored May 23, 2020
1 parent 99e05e8 commit 4b0735e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Altis_Life.Altis/core/fn_survival.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private _fnc_paycheck = {
} else {
systemChat localize "STR_MissedPay";
};
systemChat format [localize "STR_FSM_Paycheck",(getNumber(missionConfigFile >> "Life_Settings" >> "paycheck_period"))];
systemChat format [localize "STR_Paycheck",(getNumber(missionConfigFile >> "Life_Settings" >> "paycheck_period"))];
};

//Setup the time-based variables.
Expand Down

0 comments on commit 4b0735e

Please sign in to comment.