mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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:
@@ -487,7 +487,7 @@ if (_canBuild select 0) then {
|
|||||||
if(_num_removed == 1) then {
|
if(_num_removed == 1) then {
|
||||||
["Working",0,[20,10,5,0]] call dayz_NutritionSystem;
|
["Working",0,[20,10,5,0]] call dayz_NutritionSystem;
|
||||||
call player_forceSave;
|
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
|
_tmpbuilt setVariable ["OEMPos",_location,true]; //store original location as a variable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user