mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-20 20:57:59 +07:00
Removed link byte, replaced with rotation
This commit is contained in:
@ -81,7 +81,7 @@ public class PowerTestFixture{
|
||||
// Since this part shall not be part of the test and would require more work anyway, we manually set the block and floor
|
||||
// through reflections and then simulate part of what the changed() method does.
|
||||
|
||||
Field field = Tile.class.getDeclaredField("wall");
|
||||
Field field = Tile.class.getDeclaredField("block");
|
||||
field.setAccessible(true);
|
||||
field.set(tile, block);
|
||||
|
||||
|
Reference in New Issue
Block a user