Skip to content

Commit

Permalink
Forgot to add rotation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NotThorny committed Aug 27, 2023
1 parent b8513ea commit 412fb3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public static HomeFurnitureItem parseFrom(HomeworldDefaultSaveData.HomeFurniture
.furnitureId(homeFurniture.getId())
.parentFurnitureIndex(1)
.spawnPos(homeFurniture.getPos() == null ? new Position() : homeFurniture.getPos())
.spawnRot(homeFurniture.getRot() == null ? new Position() : homeFurniture.getRot())
.spawnRot(new Position())
.build();
}

Expand Down

0 comments on commit 412fb3e

Please sign in to comment.