mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-05-20 14:23:16 -04:00
Cleanup variable for Luacheck
This commit is contained in:
parent
5c51eecd7f
commit
84377a829f
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ end
|
||||||
|
|
||||||
-- Update clouds periodically for all players
|
-- Update clouds periodically for all players
|
||||||
|
|
||||||
local timer = nil
|
local timer
|
||||||
local function cyclic_update()
|
local function cyclic_update()
|
||||||
local players = minetest.get_connected_players()
|
local players = minetest.get_connected_players()
|
||||||
update_weather(players)
|
update_weather(players)
|
||||||
|
|
Loading…
Add table
Reference in a new issue