Localization goof

Forgot a localize, oops.
This commit is contained in:
oiad
2016-07-17 22:35:27 +12:00
parent 3d75c67574
commit ff2097c3bd

View File

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