Skip to content

Commit

Permalink
refactor: pass user in sync teleport task on fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
WiIIiam278 committed Aug 22, 2024
1 parent dda7556 commit ab7237f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void teleportLocally(@NotNull Location location, boolean async) throws Te
player.stopRiding();
player.getPassengerList().forEach(Entity::stopRiding);
player.teleportTo(FabricHuskHomes.Adapter.adapt(location, server, entity -> handleInvulnerability()));
});
}, this);
}

@Override
Expand Down

0 comments on commit ab7237f

Please sign in to comment.