mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-03-27 01:01:09 -07:00
Fixed block placement crash
This commit is contained in:
parent
b3e188a5f4
commit
100e5042de
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ public class Placement {
|
|||
|
||||
tile.setBlock(sub, rotation);
|
||||
tile.<BuildEntity>entity().result = result;
|
||||
tile.<BuildEntity>entity().recipe = recipe;
|
||||
tile.<BuildEntity>entity().stacks = recipe.requirements;
|
||||
tile.setTeam(team);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue