Skip to content

Commit

Permalink
Mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlaubb committed Mar 9, 2025
1 parent 0144aa8 commit b89d5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Matrix_BP/src/util/modPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class ModPanel {
//@ts-expect-error
.show(admin);
if (res.canceled) return;
playerName = res.formValues![0] as string;
playerName = allPlayers[res.formValues![0] as number] as string;
} else {
playerName = player.name;
}
Expand Down

0 comments on commit b89d5e2

Please sign in to comment.