diff --git a/projects/gameboard-ui/src/app/admin/components/game-map-editor/game-map-editor.component.ts b/projects/gameboard-ui/src/app/admin/components/game-map-editor/game-map-editor.component.ts index 34e0e46e..987c7f74 100644 --- a/projects/gameboard-ui/src/app/admin/components/game-map-editor/game-map-editor.component.ts +++ b/projects/gameboard-ui/src/app/admin/components/game-map-editor/game-map-editor.component.ts @@ -46,7 +46,7 @@ export class GameMapEditorComponent implements OnInit { this.specs = await firstValueFrom(this.gameService.retrieveSpecs(this.gameId)); const game = await firstValueFrom(this.gameService.retrieve(this.gameId)); - this.mapImageUrl = game.mapUrl; + this.mapImageUrl = game.background; } protected async mousemove(e: MouseEvent) {