From 6cfa24340f8d8b121c49cf672945155a78836fdf Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 1 Jul 2022 23:10:10 +0200 Subject: [PATCH] Update Range.lua - Fixed bug in strafing runs --- Moose Development/Moose/Functional/Range.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Moose Development/Moose/Functional/Range.lua b/Moose Development/Moose/Functional/Range.lua index 6b4a3bc14..e7aa20889 100644 --- a/Moose Development/Moose/Functional/Range.lua +++ b/Moose Development/Moose/Functional/Range.lua @@ -3018,7 +3018,7 @@ function RANGE:_CheckInZone( _unitName ) if shots and accur then _text = _text .. string.format( "\nTotal rounds fired %d. Accuracy %.1f %%.", shots, accur ) end - _text = _text .. string.format( "\n%s", _result.text ) + _text = _text .. string.format( "\n%s", resulttext ) -- Send message. self:_DisplayMessageToGroup( _unit, _text )