mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
Save config when picking blocks
This commit is contained in:
parent
5c00ced1e3
commit
de77d80dab
@ -102,6 +102,7 @@ public class PlacementFragment extends Fragment{
|
||||
|
||||
if(tryRecipe != null && tryRecipe.isVisible() && unlocked(tryRecipe)){
|
||||
input.block = tryRecipe;
|
||||
tryRecipe.lastConfig = tile.config();
|
||||
currentCategory = input.block.category;
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user