From 183a60159c6069df05069815b40fc506502db896 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 1 Jul 2022 23:05:26 +0200 Subject: [PATCH] Update Range.lua - Fixed bug for strafing --- 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 )