Skip to content

Commit

Permalink
Fixes for Move Fixes from Circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
bundabrg committed Sep 29, 2020
1 parent d123c7f commit a6e8ce1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public static void spawnPlayer(GeyserSession session, CompoundTag tag, int block

Vector3f rotationVector = Vector3f.from(rotation, 0, rotation);

PlayerEntity player = new PlayerEntity(gameProfile, 1, geyserId, Vector3f.from(x, y, z), Vector3f.ZERO, rotationVector );
PlayerEntity player = new PlayerEntity(gameProfile, 1, geyserId, Vector3f.from(x, y, z), Vector3f.ZERO, rotationVector, session);
player.setPlayerList(false);
player.setGeometry(SkinProvider.SkinGeometry.getSkull());

Expand Down

0 comments on commit a6e8ce1

Please sign in to comment.