From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Sat, 18 Apr 2020 20:36:56 +0000 (-0400) Subject: Remove debug X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=202126386e8c02b5c0988ab5fc9625124c86dd9d;p=crafter_client.git Remove debug --- diff --git a/weather_handling.lua b/weather_handling.lua index 6d8600c..755a200 100644 --- a/weather_handling.lua +++ b/weather_handling.lua @@ -188,7 +188,6 @@ minetest.register_globalstep(function(dtime) end --rain blood upwards in the nether else - print("ichor") if snow == true or rain == true then spawn_ichor(minetest.localplayer) end