diff options
Diffstat (limited to 'features/dungeonMap/index.js')
-rw-r--r-- | features/dungeonMap/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/dungeonMap/index.js b/features/dungeonMap/index.js index 96683ea..0098cd1 100644 --- a/features/dungeonMap/index.js +++ b/features/dungeonMap/index.js @@ -660,7 +660,7 @@ class DungeonMap extends Feature { this.playerImages[uuid]= "Loading" new Thread(()=>{ - this.playerImages[uuid] = new Image("skull-" + uuid,"https://cravatar.eu/helmavatar/" + uuid) + this.playerImages[uuid] = new Image("skull-" + uuid+"-v2","https://crafatar.com/avatars/" + uuid+"?size=8") }).start() return this.defaultPlayerImage } |