From d719c437ec6e902a19a84ba5c81be8c5d06c96ed Mon Sep 17 00:00:00 2001 From: FlightControl Date: Fri, 30 Jun 2017 10:30:46 +0200 Subject: [PATCH] Fixes --- Moose Development/Moose/Functional/CleanUp.lua | 2 +- docs/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Moose Development/Moose/Functional/CleanUp.lua b/Moose Development/Moose/Functional/CleanUp.lua index e7eef2813..7b3a91c00 100644 --- a/Moose Development/Moose/Functional/CleanUp.lua +++ b/Moose Development/Moose/Functional/CleanUp.lua @@ -20,7 +20,7 @@ -- -- The CLEANUP class keeps airbases clean, and tries to guarantee continuous airbase operations, even under combat. -- --- @field CLEANUP +-- @field #CLEANUP CLEANUP = { ClassName = "CLEANUP", TimeInterval = 0.2, diff --git a/docs/README.md b/docs/README.md index 2ecfc8809..a4b77627d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -114,7 +114,7 @@ MOOSE Functional Classes provide various functions that are useful in mission de * [AIRBASEPOLICE](Documentation/AirbasePolice.html): Control the speed of players at the airbases. Speeding players are eliminated (does not work due to a bug in the DCS). -* [CLEANUP](Documentation/Cleanup.html): Keeps the airbases clean from clutter. (Only partly functional due to a bug in DCS, destroyed objects cannot be removed). +* [CLEANUP](Documentation/CleanUp.html): Keeps the airbases clean from clutter. (Only partly functional due to a bug in DCS, destroyed objects cannot be removed). ## 2.4. MOOSE Wrapper Classes