mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -841,9 +841,9 @@ function CSAR:_AddCsar(_coalition , _country, _point, _typeName, _unitName, _pla
|
|||||||
local BeaconName
|
local BeaconName
|
||||||
|
|
||||||
if _playerName then
|
if _playerName then
|
||||||
BeaconName = _unitName..math.random(1,10000)
|
|
||||||
elseif _unitName then
|
|
||||||
BeaconName = _playerName..math.random(1,10000)
|
BeaconName = _playerName..math.random(1,10000)
|
||||||
|
elseif _unitName then
|
||||||
|
BeaconName = _unitName..math.random(1,10000)
|
||||||
else
|
else
|
||||||
BeaconName = "Ghost-1-1"..math.random(1,10000)
|
BeaconName = "Ghost-1-1"..math.random(1,10000)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user