summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shared_door.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared_door.lua b/shared_door.lua
index ec9f8fb..8dc4abc 100644
--- a/shared_door.lua
+++ b/shared_door.lua
@@ -16,7 +16,7 @@ function landrush.on_rightclick(pos, dir, check_name, replace, replace_dir, para
minetest.get_meta(pos):from_table(meta)
end
-doors:register_door("landrush:shared_door", {
+doors.register_door("landrush:shared_door", {
description = "Shared Door",
inventory_image = "shared_door_inv.png",
groups = {snappy=1,bendy=2,cracky=1,melty=2,level=2,door=1},