diff --git a/init.lua b/init.lua index 2846a13..0dbafc4 100644 --- a/init.lua +++ b/init.lua @@ -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) +]]