Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #248 from Byteretention/master
Browse files Browse the repository at this point in the history
Fix: Remove Item Drop animation
  • Loading branch information
cursey authored Dec 18, 2022
2 parents d4f2ddb + 97e438a commit b7c2962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kanan/Patches.json
Original file line number Diff line number Diff line change
Expand Up @@ -1130,8 +1130,8 @@
"category": "Speedup",
"patches": [
{
"pattern": "0F 84 17 02 00 00 39 9E",
"patch": "90 E9"
"pattern": "0F 84 ? ? ? ? 83 BE 04 01 00 00",
"patch": "0F 85"
}
]
},
Expand Down

0 comments on commit b7c2962

Please sign in to comment.