Skip to content

Commit

Permalink
<_<
Browse files Browse the repository at this point in the history
  • Loading branch information
OhMyGuus committed Jul 7, 2021
1 parent 4f1b6e0 commit af72ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/GameReader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ export default class GameReader {
this.offsets = TempFixOffsets2(this.offsets);
}
if (innerNetClient === 0x1D17F2C ) {//6/15
this.offsets = TempFixOffsets2(this.offsets);
this.offsets = TempFixOffsets4(this.offsets);
}

if (innerNetClient === 0x1D9DBB4 || innerNetClient === 0x1E247C4) {
Expand Down

0 comments on commit af72ee9

Please sign in to comment.