1
0
mirror of https://gitlab.com/rautars/weather_pack.git synced 2025-07-16 13:50:21 +02:00

update weather api

This commit is contained in:
Arturas Norkus
2017-05-27 23:15:39 +03:00
parent 34d9615c60
commit d51e0e28b0
2 changed files with 73 additions and 48 deletions

View File

@ -27,7 +27,6 @@ local thunder_weather_next_check = 0
local thunder_weather_check_delay = 600 -- to avoid checks continuously
thunder.is_starting = function(dtime)
checked = false
thunder.next_strike = 0
thunder.min_delay = 5
thunder.max_delay = math.random(5, 45)