Removing a few useless stuff

- Removing old commented code pieces
This commit is contained in:
LeMagnesium 2014-11-17 19:33:23 +01:00
parent 5366401bdc
commit 825757192c
1 changed files with 0 additions and 2 deletions

View File

@ -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"] = {}}