master
root 2021-02-20 20:28:28 +01:00
parent fec5318e92
commit 56d26b12c5
1 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ local function remove_climate(climate_id)
minetest.after(climatez.settings.climate_period, function()
--minetest.chat_send_all("end of the climate")
climatez.climates = remove_table_by_key(climatez.climates, climate_id)
minetest.chat_send_all("Removed climate, id="..tostring(climate_id))
--minetest.chat_send_all("Removed climate, id="..tostring(climate_id))
end, climate_id)
end
@ -404,7 +404,7 @@ local function create_climate(player)
--remove the climate
minetest.after(random_end_time, remove_climate, climate_id)
minetest.chat_send_all("Created a climate, id="..tostring(climate_id))
--minetest.chat_send_all("Created a climate, id="..tostring(climate_id))
end
local timer = 0