mirror of
https://github.com/minetest-mods/craftguide.git
synced 2024-11-22 10:53:43 +01:00
Merge branch 'master' of https://github.com/minetest-mods/craftguide
This commit is contained in:
commit
03e9538886
5
init.lua
5
init.lua
@ -1984,12 +1984,17 @@ on_receive_fields(function(player, formname, _f)
|
||||
local sb_rcp, sb_usg = _f.scrbar_rcp, _f.scrbar_usg
|
||||
|
||||
if _f.quit then
|
||||
-- Neither the vignette nor hud_flags are available when /craft is used
|
||||
if data.vignette then
|
||||
player:hud_change(data.vignette, "text", "")
|
||||
data.vignette = nil
|
||||
end
|
||||
|
||||
if data.hud_flags then
|
||||
data.hud_flags.crosshair = true
|
||||
player:hud_set_flags(data.hud_flags)
|
||||
data.hud_flags = nil
|
||||
end
|
||||
|
||||
return false
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user