Skip to content

Commit

Permalink
hothotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyApooye committed Jan 14, 2025
1 parent a38342e commit 5793454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/jcm/vsch/util/TeleportationHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private void collectNearby(Vector3dc origin, Vector3d newPos) {
}

private void handleTeleport() {
greatestOffset *= isReturning ? 1 : -1;
greatestOffset *= isReturning ? -1 : 1;
shipToPos.forEach((id, newPos) -> {
collectEntities(id, newPos);
handleShipTeleport(id, newPos);
Expand Down

0 comments on commit 5793454

Please sign in to comment.