Revert "Update CleanUp.lua"

This reverts commit c78bd2652aae649f7a42a7d7138cf08d47bcd0f4.
This commit is contained in:
zlinman 2020-04-30 18:38:04 +02:00
parent c78bd2652a
commit b86eac33b6

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,3 +442,4 @@ function CLEANUP_AIRBASE.__:CleanUpSchedule()
return true return true
end end