mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-04 13:47:12 -04:00
Fix signs not working when Proceed button is pressed
Fix for https://github.com/luanti-org/minetest_game/issues/3193
This commit is contained in:
parent
838ad60ad0
commit
5b19b209d7
1 changed files with 1 additions and 0 deletions
|
@ -2609,6 +2609,7 @@ local function register_sign(material, desc, def)
|
||||||
minetest.record_protection_violation(pos, player_name)
|
minetest.record_protection_violation(pos, player_name)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
if not fields.quit then return end
|
||||||
local text = fields.text
|
local text = fields.text
|
||||||
if not text then
|
if not text then
|
||||||
return
|
return
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue