Make upgrade localization overwrite displayed dayz_rollingMessages

By the look of it, I broke this file when I commited:
d7a3b30753
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.
This commit is contained in:
oiad
2018-05-21 23:04:02 +12:00
parent 8f5a699278
commit efc57840d2

View File

@@ -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