diff options
Diffstat (limited to 'legacy.lua')
-rw-r--r-- | legacy.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |