Merge branch 'develop' into FF/OpsDev

This commit is contained in:
Frank
2022-07-01 23:19:02 +02:00
3 changed files with 29 additions and 31 deletions

View File

@@ -3038,7 +3038,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 )