From 1bd0ab3f9a50b1d71d56bd69b53c2ee4a12826e6 Mon Sep 17 00:00:00 2001 From: vbawol Date: Fri, 28 Jun 2013 12:04:01 -0500 Subject: [PATCH] typo in text format --- SQF/dayz_code/actions/player_chopWood.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/actions/player_chopWood.sqf b/SQF/dayz_code/actions/player_chopWood.sqf index cad0ca9ff..0ee016525 100644 --- a/SQF/dayz_code/actions/player_chopWood.sqf +++ b/SQF/dayz_code/actions/player_chopWood.sqf @@ -103,7 +103,7 @@ if (count(_findNearestTree) >= 1) then { _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 { _isOk = false;