Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JunePrimavera committed Sep 1, 2023
1 parent f46ae33 commit a2960c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import static io.github.teampropulsive.Propulsive.*;
import static io.github.teampropulsive.keybind.DockShipKeybind.dockShipKey;

public class SpacecraftEntity extends AbstractHorseEntity { // TODO: Make not horse
public class SpacecraftEntity extends AbstractHorseEntity { // TODO: Make not horse https://github.com/Terra-Studios/WackyVessels/blob/master/src/main/java/dev/sebastianb/wackyvessels/entity/SitEntity.java

public int seatCount = 1;
public boolean canMove = true;
Expand Down

0 comments on commit a2960c8

Please sign in to comment.