Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
-Fixed the RSI error due to a Metafile inconsistency.

Signed-off-by: Dakota Haven <[email protected]>
  • Loading branch information
DakoDemon committed Aug 17, 2024
1 parent 6210c0b commit 5c20bc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
{
"name": "inhand-right",
"directions": 4
},
{
"name": "equipped-OUTERCLOTHING",
"directions": 4
}
]
}

0 comments on commit 5c20bc3

Please sign in to comment.