diff --git a/minetestforfun_game/mods/sethome/init.lua b/minetestforfun_game/mods/sethome/init.lua index 1e99280e..773cc6db 100644 --- a/minetestforfun_game/mods/sethome/init.lua +++ b/minetestforfun_game/mods/sethome/init.lua @@ -1,5 +1,3 @@ ---local realhomes_file = ---local netherhomes_file = minetest.get_worldpath() .. "/netherhomes" local homes_file = {["real"] = minetest.get_worldpath() .. "/realhomes", ["nether"] = minetest.get_worldpath() .. "/netherhomes"} local homepos = {["real"] = {}, ["nether"] = {}}