Skip to content

Commit

Permalink
Replace Ptr -> Atom
Browse files Browse the repository at this point in the history
  • Loading branch information
m9w authored Mar 7, 2024
1 parent 3f9dec2 commit e956c8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else if (!"diminish_quests".equals(API.readString(address, 0x38))) {
else try {
gui = Main.INSTANCE.guiManager.getGui("diminish_quests");
state = State.values()[API.readInt(address, 0x50, 0x40) + 1];
diminishQuest.update(API.readPtr(address, 0x50, 0x60));
diminishQuest.update(API.readAtom(address, 0x50, 0x60));
} catch (Exception ignored) {
state = State.NOT_EXIST;
}
Expand Down

0 comments on commit e956c8f

Please sign in to comment.