[SPIGOT-3330] Boat Velocity Bug Created: 11/Jun/17 Updated: 11/Jun/17 Resolved: 11/Jun/17 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Minor |
Reporter: | Fin | Assignee: | Unassigned |
Resolution: | Won't Fix | Votes: | 0 |
Labels: | 1.12, bug | ||
Environment: |
Linux |
Description |
If I set the velocity of a boat in the 1.12 the boat will stop. In other versions(1.8) the same code will move the boat.
Example Code: Boat boat = (Boat) player.getVehicle();
boat.setVelocity(new Vector(0.2, 0, 0.2));
|
Comments |
Comment by md_5 [ 11/Jun/17 ] |
Does not work in 1.9, 1.10.2, 1.11.2 either, because when a human is riding the boat it is controlled entirely via the client. |