Skip to content

Commit

Permalink
Merge pull request #79 from SaltieRL/loadout-support
Browse files Browse the repository at this point in the history
update rl-loadout-lib to 0.4.2
  • Loading branch information
dtracers committed Dec 12, 2019
2 parents dc06c5f + 6416d68 commit 4d037b5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "replay-viewer",
"version": "0.6.0",
"version": "0.7.0",
"description": "Rocket League replay viewer React component and tooling",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"moment": "^2.24.0",
"pngjs": "^3.4.0",
"react-full-screen": "^0.2.4",
"rl-loadout-lib": "^0.4.0",
"rl-loadout-lib": "^0.4.2",
"styled-components": "^4.4.1"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion src/loaders/storage/loadRlLoadout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ export const loadRlLoadout = async (
const bodyTask = manager.loadBody(
player.loadout.car,
paintConfig,
Body.DEFAULT
Body.DEFAULT,
player.loadout.skin
)

// TODO use the default wheel for now, there aren't a lot of wheels in rocket-loadout yet,
Expand Down

0 comments on commit 4d037b5

Please sign in to comment.