MultiCraft / MultiCraft_mods

💐 MultiCraft Mods Collection | Open Source
31 stars 28 forks source link

Fix incorrect door removal processing #55

Closed Epromee closed 3 years ago

Epromee commented 3 years ago

My doors were deleting blocks which was put in place of higher pseudo-block of the door, so I tried to build my own version without the bug, and it seems that removing these 2 rows fixes the issue.

Epromee commented 3 years ago

It seems that unused variable can't be verified with linter

Epromee commented 3 years ago

Well although I had a little previous experience, I'm not strong in Git/Github open source contributing and I have no idea how to reopen the changes at the same pull request (or should I create another one?), sorry guys. But removing an assignment of the second function entirely should fix the linter issue, as there is no longer unused variable.