Skip to content

Commit

Permalink
fix bad copy-paste
Browse files Browse the repository at this point in the history
  • Loading branch information
ILW8 committed Jun 8, 2024
1 parent 6d53cd5 commit 9e77cb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tosu/src/entities/MenuData/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export class MenuData extends AbstractEntity {
const newMD5 = process.readSharpString(
process.readInt(beatmapAddr + 0x6c)
);
this.pendingMD5 = newMD5;

// [[Beatmap] + 0x90]
const newPath = process.readSharpString(
Expand Down

0 comments on commit 9e77cb6

Please sign in to comment.