]> git.lizzy.rs Git - crafter_client.git/commitdiff
Remove aether debug
authoroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 25 Apr 2020 15:13:28 +0000 (11:13 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Sat, 25 Apr 2020 15:13:28 +0000 (11:13 -0400)
aether.lua

index 2286191554a1e5376980a454f52eb12cc42e5f63..60b5f61f0cea0bf2cc890e0e452640b7f7c6f623 100644 (file)
@@ -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