disable debug information from snowdrift

This commit is contained in:
Jordach 2017-11-26 19:15:08 +00:00
parent 6e87c8fdb9
commit bc2456a238

View File

@ -132,8 +132,10 @@ minetest.register_globalstep(function(dtime)
local hail = false
minetest.chat_send_player(player_name, "temp: " .. nval_temp)
minetest.chat_send_player(player_name, "humid: " ..nval_humid)
-- debug info, uncomment to make use of for debugging temp and humidity scales for rain, snow and hail
--minetest.chat_send_player(player_name, "temp: " .. nval_temp)
--minetest.chat_send_player(player_name, "humid: " ..nval_humid)
if atmos.current_weather == 6 and nval_temp <= 40.5 then