From: oilboi <47129783+oilboi@users.noreply.github.com> Date: Sat, 25 Apr 2020 15:13:28 +0000 (-0400) Subject: Remove aether debug X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=5d3e2dc34cc153281c06b766c421964e2518b2f6;p=crafter_client.git Remove aether debug --- 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