Fix collision block when colliding against itself.
Pre-release
Pre-release
Fixes a bug where using the collision block that was colliding with itself was causing a bBasic compilation error.
Changed so that if the block is configured to check collision with something against itself, it will always return true
.
What's Changed
- Fix collision with itself. by @haroldo-ok in #118
Full Changelog: v0.25.4...v0.25.5