mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
#SHORAD - fix typo for maxscootdist
#CTLD - slight refactoring of fixed wing support. * Added `CTLD:AddAllowedFixedWingType(typename)` to add new types * Renamed enabler flags into `enableFixedWing, FixedMinAngels, FixedMaxAngels, FixedMaxSpeed` * Base support for Mosquito added
This commit is contained in:
@@ -113,7 +113,7 @@ SHORAD = {
|
||||
SkateNumber = 3,
|
||||
SkateZones = nil,
|
||||
minscootdist = 100,
|
||||
minscootdist = 3000,
|
||||
maxscootdist = 3000,
|
||||
scootrandomcoord = false,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user