1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-11-15 22:40:19 +01:00

Cleanup variable for Luacheck

This commit is contained in:
Till Affeldt 2023-03-11 18:46:45 +01:00
parent 5c51eecd7f
commit 84377a829f

View File

@ -137,7 +137,7 @@ end
-- Update clouds periodically for all players
local timer = nil
local timer
local function cyclic_update()
local players = minetest.get_connected_players()
update_weather(players)