disable debug information from snowdrift
This commit is contained in:
parent
6e87c8fdb9
commit
bc2456a238
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user