typo in text format

This commit is contained in:
vbawol
2013-06-28 12:04:01 -05:00
parent 22f3ec5948
commit 1bd0ab3f9a

View File

@@ -103,7 +103,7 @@ if (count(_findNearestTree) >= 1) then {
_counter = _counter + 1; _counter = _counter + 1;
}; };
cutText [format["Chopping down tree, walk away at anytime to cancel. (1%/2%)", _counter, _countOut], "PLAIN DOWN"]; cutText [format["Chopping down tree, walk away at anytime to cancel. (%1/%2)", _counter, _countOut], "PLAIN DOWN"];
if(_counter == _countOut) exitWith { if(_counter == _countOut) exitWith {
_isOk = false; _isOk = false;