Skip to content

Commit

Permalink
#CSAR Beacon Name Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Applevangelist committed Sep 26, 2024
1 parent 8fa5277 commit e9d75f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Moose Development/Moose/Ops/CSAR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -841,9 +841,9 @@ function CSAR:_AddCsar(_coalition , _country, _point, _typeName, _unitName, _pla
local BeaconName

if _playerName then
BeaconName = _unitName..math.random(1,10000)
elseif _unitName then
BeaconName = _playerName..math.random(1,10000)
elseif _unitName then
BeaconName = _unitName..math.random(1,10000)
else
BeaconName = "Ghost-1-1"..math.random(1,10000)
end
Expand Down

0 comments on commit e9d75f6

Please sign in to comment.