Skip to content

Commit f3564cc

Browse files
committed
1.20.2
1 parent fcce683 commit f3564cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/dark/zewo2/commands/DesyncCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public void build(LiteralArgumentBuilder<CommandSource> builder) {
4040
}
4141
} else {
4242
if (!mc.player.hasVehicle()) {
43-
mc.world.addEntity(this.entity.getId(), this.entity);
43+
mc.world.addEntity(this.entity);
4444
mc.player.startRiding(this.entity, true);
4545

4646
this.entity = null;

0 commit comments

Comments
 (0)