Skip to content

Commit

Permalink
hotfix but not really
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyApooye committed Jan 14, 2025
1 parent b93aecb commit 94d0e3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/jcm/vsch/util/TeleportationHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public class TeleportationHandler {

private final Map<Long, Vector3d> shipToPos = new HashMap<>();
private final Map<Entity, Vector3d> entityToPos = new HashMap<>();
//Minecraft teleports entities between dimensions by creating a new entity and discarding the previous one. therefore, a map from entity to entity would not work.
private final Map<Entity,Entity> passengerVehicleMap = new HashMap<>();
private final ServerShipWorldCore shipWorld;
private double greatestOffset;
Expand Down

0 comments on commit 94d0e3c

Please sign in to comment.