From a9a3f01a0eb7235db885314fa9b50082b43d740c Mon Sep 17 00:00:00 2001 From: kabou Date: Sat, 19 Mar 2022 03:16:15 +0100 Subject: [PATCH] Tiny comment fix. --- mods/CORE/mcl_attached/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/CORE/mcl_attached/init.lua b/mods/CORE/mcl_attached/init.lua index 0ec494cfc..c4a7a3337 100644 --- a/mods/CORE/mcl_attached/init.lua +++ b/mods/CORE/mcl_attached/init.lua @@ -56,7 +56,7 @@ end -- -- * causes an unsupported `group:falling_node` node to fall and causes an -- unattached `group:attached_node` or `group:attached_node_facedir` node --- or unsupported `group:supported_node` to drop. +-- or unsupported `group:supported_node` node to drop. -- * does not spread these updates to neighbours. -- -- Returns true if the node at has spawned a falling node or has been