mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-13 02:13:06 +00:00
* Fixes vehicles like skateboards and wheelys moving multiple times. (#56070) So wheelys would have 3 instances of the riding component attached on initialize with a different argument, causing them to move 3 tiles at once instead of 1. Skateboards will have 2 attached and move 2, etc. * Fixes vehicles like skateboards and wheelys moving multiple times. Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>