diff --git a/src/providers/DynmapMapProvider.ts b/src/providers/DynmapMapProvider.ts index da344754..ae1d32f8 100644 --- a/src/providers/DynmapMapProvider.ts +++ b/src/providers/DynmapMapProvider.ts @@ -794,7 +794,7 @@ export default class DynmapMapProvider extends MapProvider { } getPlayerHeadUrl(head: HeadQueueEntry): string { - const icon = (head.size === 'body') ? `faces/body/${head.name}.png` :`faces/${head.size}x${head.size}/${head.name}.png` + const icon = (head.size === 'body') ? `faces/body/${head.name}` :`faces/${head.size}x${head.size}/${head.name}` return this.getMarkerIconUrl(icon); }