From 2d7054c26696007bce9ee6ae244a05d19d60b8bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20M=C3=BCller?= <34514239+appgurueu@users.noreply.github.com> Date: Wed, 28 May 2025 18:51:00 +0200 Subject: [PATCH] add comment --- mods/default/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 6ffe41d4..e9387a58 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -2605,7 +2605,7 @@ local function register_sign(material, desc, def) end, on_receive_fields = function(pos, formname, fields, sender) if not fields.quit then - return + return -- workaround for https://github.com/luanti-org/luanti/issues/16187 end local player_name = sender:get_player_name() if minetest.is_protected(pos, player_name) then