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

This commit is contained in:
Milan* 2017-01-11 22:22:15 +01:00
parent efb4175061
commit 9a4e782473

View File

@ -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)
]]