mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
* #ZONE * Fixed ZONE_RADIUS Not being added to _Database Bugfix for #1797. ZONE_RADIUS was not being registered within the _Database table, thus for CTLD, the Zone could not be found for moving units to ZONE_RADIUS zones. Because other Zone types inherit ZONE_RADIUS, I've added a RegisterZone parameter that is default to true, and modified the inheritance of the other Zone types to register the zone in the _Database depending if the zone does not get registered in that zone type. * #ZONE * Updated ZONE_RADIUS RegisterZone to DoNotRegisterZone Changed RegisterZone to DoNotRegisterZone and updated the different zone types values for RegisterZone. Suggested by Applevangelist. Co-authored-by: Jason du Plessis <jason.duplessis@ebtax.co.za>