Update CleanUp.lua

This commit is contained in:
zlinman 2020-04-30 18:33:15 +02:00
parent 392d465b30
commit c78bd2652a

View File

@ -66,7 +66,7 @@
-- Creates the main object which is preventing the airbase to get polluted with debris on the runway, which halts the airbase. -- Creates the main object which is preventing the airbase to get polluted with debris on the runway, which halts the airbase.
-- --
-- -- Clean these Zones. -- -- Clean these Zones.
-- CleanUpAirports = CLEANUP_AIRBASE:New( { AIRBASE.Caucasus.Tbilisi, AIRBASE.Caucasus.Kutaisi ) -- CleanUpAirports = CLEANUP_AIRBASE:New( { AIRBASE.Caucasus.Tbilisi, AIRBASE.Caucasus.Kutaisi } )
-- --
-- -- or -- -- or
-- CleanUpTbilisi = CLEANUP_AIRBASE:New( AIRBASE.Caucasus.Tbilisi ) -- CleanUpTbilisi = CLEANUP_AIRBASE:New( AIRBASE.Caucasus.Tbilisi )
@ -442,4 +442,3 @@ function CLEANUP_AIRBASE.__:CleanUpSchedule()
return true return true
end end