We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcce683 commit f3564ccCopy full SHA for f3564cc
src/main/java/com/dark/zewo2/commands/DesyncCommand.java
@@ -40,7 +40,7 @@ public void build(LiteralArgumentBuilder<CommandSource> builder) {
40
}
41
} else {
42
if (!mc.player.hasVehicle()) {
43
- mc.world.addEntity(this.entity.getId(), this.entity);
+ mc.world.addEntity(this.entity);
44
mc.player.startRiding(this.entity, true);
45
46
this.entity = null;
0 commit comments