Fix bug with Quick Crafting

This commit is contained in:
Jean-Patrick Guerrero
2022-08-14 21:57:45 +02:00
parent 55d364acae
commit 6219c2f64e
2 changed files with 26 additions and 9 deletions

View File

@ -438,7 +438,8 @@ core.register_on_player_receive_fields(function(player, formname, fields)
-- No-op buttons
if fields.player_name or fields.awards or fields.home_pos or fields.no_item or
fields.no_rcp or fields.select_sorting or fields.sort_method or fields.bg_content then
fields.no_rcp or fields.select_sorting or fields.sort_method or fields.bg_content or
fields.quick_crafting then
return false
end