From ff2097c3bd79bbcc611a4759579119b5283bf5e8 Mon Sep 17 00:00:00 2001 From: oiad Date: Sun, 17 Jul 2016 22:35:27 +1200 Subject: [PATCH] Localization goof Forgot a localize, oops. --- SQF/dayz_code/actions/unlock_veh.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/unlock_veh.sqf b/SQF/dayz_code/actions/unlock_veh.sqf index 77b80505b..495a8c66a 100644 --- a/SQF/dayz_code/actions/unlock_veh.sqf +++ b/SQF/dayz_code/actions/unlock_veh.sqf @@ -18,7 +18,7 @@ if(player distance _vehicle < 10) then { publicVariable "PVDZE_veh_Lock"; }; - format["STR_EPOCH_PLAYER_331",_key] call dayz_rollingMessages; + format [localize "STR_EPOCH_PLAYER_331",_key] call dayz_rollingMessages; }; s_player_lockUnlock_crtl = -1;