Remove temporary area id removal code

This commit is contained in:
ShadowNinja 2013-12-15 18:22:22 -05:00
parent a747c2f505
commit b3dbbc45f8
1 changed files with 0 additions and 4 deletions

View File

@ -26,10 +26,6 @@ if not minetest.registered_privileges[areas.self_protection_privilege] then
})
end
for _, area in pairs(areas.areas) do
area.id = nil
end
if minetest.setting_getbool("log_mod") then
local diffTime = os.clock() - areas.startTime
minetest.log("action", "areas loaded in "..diffTime.."s.")