From efc57840d2f68ec6bd9c6c49e25101341586d034 Mon Sep 17 00:00:00 2001 From: oiad Date: Mon, 21 May 2018 23:04:02 +1200 Subject: [PATCH] Make upgrade localization overwrite displayed dayz_rollingMessages By the look of it, I broke this file when I commited: https://github.com/EpochModTeam/DayZ-Epoch/pull/1918/commits/d7a3b307531f226289f5031063efac90c63e1ff4 it seems it's to do with CRLF vs LF line endings. Unfortunately, to fix it you have to commit the whole file again, zzz. --- SQF/dayz_code/actions/modular_build.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/modular_build.sqf b/SQF/dayz_code/actions/modular_build.sqf index 61ac90451..40883fcd4 100644 --- a/SQF/dayz_code/actions/modular_build.sqf +++ b/SQF/dayz_code/actions/modular_build.sqf @@ -487,7 +487,7 @@ if (_canBuild select 0) then { if(_num_removed == 1) then { ["Working",0,[20,10,5,0]] call dayz_NutritionSystem; call player_forceSave; - format[localize "str_build_01",_text] call dayz_rollingMessages; + [format[localize "str_build_01",_text],1] call dayz_rollingMessages; _tmpbuilt setVariable ["OEMPos",_location,true]; //store original location as a variable