Fix missing string typo

My mistake from
https://github.com/EpochModTeam/DayZ-Epoch/commit/77519144286851d0c2013cdacdc9cf64e5319618
This commit is contained in:
ebaydayz
2016-07-17 16:00:12 -04:00
parent 7751914428
commit 3a5fc91329
4 changed files with 4 additions and 3 deletions
@@ -194,6 +194,6 @@ if ((_startUpgrade) AND (isClass(_upgradeConfig))) then {
localize "str_upgradeDone" call dayz_rollingMessages; localize "str_upgradeDone" call dayz_rollingMessages;
/* /*
} else { } else {
"Object has no upgrade option." call dayz_rollingMessages; localize "str_upgradeNoOption" call dayz_rollingMessages;
*/ */
}; };
+1 -1
View File
@@ -123,7 +123,7 @@ while {_isOk} do {
_proceed = true; _proceed = true;
}; };
format [localize "STR_EPOCH_BREAKIN", _counter,_limit] call dayz_rollingMessages; format [localize "STR_BLD_BREAKIN", _counter,_limit] call dayz_rollingMessages;
uiSleep 0.03; uiSleep 0.03;
}; };
//Tool issues //Tool issues
@@ -369,6 +369,7 @@ if (_type == 1) then {
}; };
}; };
}; };
if (_type == 2) then { if (_type == 2) then {
/* /*
HIGH CALIBRE HIGH CALIBRE
+1 -1
View File
@@ -29,4 +29,4 @@ if (_unit == player) then {
}; };
}; };
diag_log format["%1 - %2 - %3",_vehicle,_position,_unit]; diag_log format["%1 - %2 - %3",_vehicle,_position,_unit];