Commit 9a4e7824 authored by Milan's avatar Milan
Browse files

8ff76984 added some experimental changes by accident - comment them away

parent efb41750
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ end
if not minetest.get_modpath("ethereal") then
    dofile(minetest.get_modpath("illuna").."/water.lua")
end

--[[
minetest.register_on_joinplayer(function(player)
    --skinname = player:get_player_name()
    local customskin=player:get_player_name()..".png"
@@ -41,5 +41,6 @@ minetest.register_on_joinplayer(function(player)
        })
    else
        return "meh.."
    end]]
    end
end)
]]