mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Remove repair locization warning (#4607)
This commit is contained in:
parent
60d98df5fc
commit
2df4a28145
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user