mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-21 01:37:13 +07:00
Merge pull request #3513 from Quezler/patch-64
Sync construction blocks
This commit is contained in:
commit
ac4a96eefb
@ -40,6 +40,7 @@ public class ConstructBlock extends Block{
|
|||||||
consumesTap = true;
|
consumesTap = true;
|
||||||
solidifes = true;
|
solidifes = true;
|
||||||
consBlocks[size - 1] = this;
|
consBlocks[size - 1] = this;
|
||||||
|
sync = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Returns a ConstructBlock by size. */
|
/** Returns a ConstructBlock by size. */
|
||||||
|
Loading…
Reference in New Issue
Block a user