mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-04 05:37:13 -04:00
add comment
This commit is contained in:
parent
2b4fcea9f5
commit
2d7054c266
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue