From 9a4e782473e8426c4a18a14a373a086e95d28832 Mon Sep 17 00:00:00 2001 From: Milan* Date: Wed, 11 Jan 2017 22:22:15 +0100 Subject: [PATCH] 8ff7698 added some experimental changes by accident - comment them away --- init.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) +]]