From 3f777900d45fba0b2e64791c40421df623d25c5a Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Mon, 17 Nov 2014 21:16:59 -0500 Subject: Simplify settings definitions and namespace settings --- legacy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'legacy.lua') diff --git a/legacy.lua b/legacy.lua index a67fbd4..83b3d27 100644 --- a/legacy.lua +++ b/legacy.lua @@ -110,7 +110,7 @@ GetNodeOwnerName = areas.getNodeOwnerName HasOwner = areas.hasOwner -- This is entirely untested and may break in strange and new ways. -if areas.legacy_table then +if areas.config.legacy_table then owner_defs = setmetatable({}, { __index = function(table, key) local a = rawget(areas.areas, key) -- cgit v1.2.3