summaryrefslogtreecommitdiff
path: root/node_controllers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'node_controllers.lua')
-rw-r--r--node_controllers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_controllers.lua b/node_controllers.lua
index 37805ef..a09cfbe 100644
--- a/node_controllers.lua
+++ b/node_controllers.lua
@@ -275,7 +275,7 @@ minetest.register_node("digtron:auto_controller", {
end
if fields.help and minetest.get_modpath("doc") then --check for mod in case someone disabled it after this digger was built
- doc.show_entry(sender:get_player_name(), "nodes", "digtron:auto_controller")
+ minetest.after(0.5, doc.show_entry, sender:get_player_name(), "nodes", "digtron:auto_controller", true)
end
end,