mirror of
https://github.com/ciribob/DCS-CTLD.git
synced 2026-07-17 07:34:42 +00:00
fixes
This commit is contained in:
@@ -8076,8 +8076,8 @@ function ctld.initialize()
|
||||
timer.scheduleFunction(ctld.checkHoverStatus, nil, timer.getTime() + 1)
|
||||
end
|
||||
if ctld.enableRepackingVehicles == true then
|
||||
--timer.scheduleFunction(ctld.autoUpdateRepackMenu, nil, timer.getTime() + 3)
|
||||
--timer.scheduleFunction(ctld.repackVehicle, nil, timer.getTime() + 1)
|
||||
timer.scheduleFunction(ctld.autoUpdateRepackMenu, nil, timer.getTime() + 3)
|
||||
timer.scheduleFunction(ctld.repackVehicle, nil, timer.getTime() + 1)
|
||||
end
|
||||
end, nil, timer.getTime() + 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user