closing crafting menu clears crafting components in modular recipe [ci_skip]

This commit is contained in:
Bryant Deters 2022-04-06 21:50:53 -05:00 committed by Sam
parent cabde522b0
commit 777fcdf477

View File

@ -769,6 +769,7 @@ impl Show {
}
self.crafting = open;
self.crafting_fields.salvage = false;
self.crafting_fields.recipe_inputs = HashMap::new();
self.bag = open;
self.map = false;
self.want_grab = !open;