mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update Range.lua
- Fixed bug for strafing
This commit is contained in:
parent
1fdf4f371d
commit
183a60159c
@ -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 )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user