mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/block/walls.rs')
| -rw-r--r-- | src/block/walls.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/block/walls.rs b/src/block/walls.rs index 4eaad5c..6b14cda 100644 --- a/src/block/walls.rs +++ b/src/block/walls.rs @@ -109,7 +109,6 @@ impl BlockLogic for DoorBlock { &self, build: &mut Build, _: &BlockRegistry, - _: &EntityMapping, buff: &mut DataRead, ) -> Result<(), DataReadError> { build.state = Some(Self::create_state(buff.read_bool()?)); |