From 825757192c64efc795db2a80a6348e5457312ba6 Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Mon, 17 Nov 2014 19:33:23 +0100 Subject: [PATCH] Removing a few useless stuff - Removing old commented code pieces --- minetestforfun_game/mods/sethome/init.lua | 2 -- 1 file changed, 2 deletions(-) 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"] = {}}