From 5d3e2dc34cc153281c06b766c421964e2518b2f6 Mon Sep 17 00:00:00 2001 From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Sat, 25 Apr 2020 11:13:28 -0400 Subject: [PATCH] Remove aether debug --- aether.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/aether.lua b/aether.lua index 2286191..60b5f61 100644 --- a/aether.lua +++ b/aether.lua @@ -40,7 +40,6 @@ minetest.register_globalstep(function(dtime) elseif opacity < 255 then --make the hud fade in opacity = opacity + (dtime*100) - print(opacity) minetest.localplayer:hud_change(hud_bg_id, "text", "aether_portal_gui.png^[opacity:"..opacity) end -- 2.44.0