Remove repair locization warning (#4607)

This commit is contained in:
PabstMirror 2016-10-28 12:16:23 -05:00 committed by GitHub
parent 60d98df5fc
commit 2df4a28145

View File

@ -84,7 +84,7 @@ for "_i" from 0 to (count _hitPoint) do {
// Don't display part name if no string is found in stringtable
if (_text == LSTRING(Hit)) then {
if (_hitPoint != "") then { WARNING_1("Hitpoint [%1] - could not be localized", _hitPoint); };
if (_hitPoint != "") then { LOG_1("Hitpoint [%1] - could not be localized", _hitPoint); };
_text = _textDefault;
};