1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

remove comment

This commit is contained in:
bux578 2015-04-26 12:27:06 +02:00
parent dec47dade8
commit b2dd065429

View File

@ -186,7 +186,6 @@ if (_show) then {
_lbCtrl lbSetColor [_foreachIndex + _amountOfGeneric, _x select 1];
}foreach _allInjuryTexts;
if (count _allInjuryTexts == 0) then {
//_lbCtrl lbAdd "No injuries on this bodypart..";
_lbCtrl lbAdd (localize "STR_ACE_Medical_NoInjuriesBodypart");
};