Skip to content

Commit

Permalink
fix: (ATD)can't read int at x
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed May 11, 2024
1 parent 32ca07c commit 81b5575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tosu/src/entities/AllTimesData/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export class AllTimesData extends AbstractEntity {
return;
} else {
this.GameTime = process.readPointer(
this.gameTimePtr - GAME_TIME_PTR.offset
this.gameTimePtr + GAME_TIME_PTR.offset
);
}
}
Expand Down

0 comments on commit 81b5575

Please sign in to comment.