Skip to content

Commit

Permalink
ChestBoat test
Browse files Browse the repository at this point in the history
  • Loading branch information
Arbee4ever committed Mar 29, 2022
1 parent 15100cd commit e292944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/arbee/addola/item/ChestBoatItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.List;

public class ChestBoatItem extends BoatItem {
BoatItem instance = this;
ChestBoatItem instance = this;

public ChestBoatItem(ChestBoatEntity.Type type, Item.Settings settings) {
super(type, settings);
Expand Down

0 comments on commit e292944

Please sign in to comment.