Skip to content

Commit

Permalink
update override address
Browse files Browse the repository at this point in the history
  • Loading branch information
anjeshshrestha committed Feb 9, 2024
1 parent 9d5c25a commit 73d7b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@ public void update() {
public void overrideSelectedRetriever(DispatchAPI.Retriever retriever) {
if (selectedRetriever == retriever) return;
long value = retriever == null ? 0L : ((DispatchRetrieverProxy.Retriever) retriever).address;
Main.API.writeLong(Main.API.readMemoryPtr(address + 0x50) + 0x68, value);
Main.API.writeLong(Main.API.readMemoryPtr(address + 0x30) + 0x68, value);
}
}

0 comments on commit 73d7b13

Please sign in to comment.