Skip to content

Commit

Permalink
remove hard coded display name
Browse files Browse the repository at this point in the history
  • Loading branch information
webdevcody committed Nov 5, 2024
1 parent 3816178 commit f294a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simulator/entities/Player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class Player extends Entity {
}

public getDisplayName(): string {
return "4o-mini";
return this.displayName;
}

public shoot() {
Expand Down

0 comments on commit f294a4b

Please sign in to comment.