mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
closing crafting menu clears crafting components in modular recipe [ci_skip]
This commit is contained in:
@ -769,6 +769,7 @@ impl Show {
|
|||||||
}
|
}
|
||||||
self.crafting = open;
|
self.crafting = open;
|
||||||
self.crafting_fields.salvage = false;
|
self.crafting_fields.salvage = false;
|
||||||
|
self.crafting_fields.recipe_inputs = HashMap::new();
|
||||||
self.bag = open;
|
self.bag = open;
|
||||||
self.map = false;
|
self.map = false;
|
||||||
self.want_grab = !open;
|
self.want_grab = !open;
|
||||||
|
Reference in New Issue
Block a user