We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffabd3e commit 28b3696Copy full SHA for 28b3696
web/src/components/PlayerNameHistory.vue
@@ -56,7 +56,7 @@
56
const {data} = await axios(
57
process.env.NODE_ENV === 'development'
58
? `/mojang-api/user/profiles/${this.player.data.uuid_short}/names`
59
- : `https://mojang-api.silent.land/${location.host}/user/profiles/${this.uuid}/names`
+ : `https://mojang-api.silent.land/${location.host}/user/profiles/${this.player.data.uuid_short}/names`
60
)
61
this.names = data.reverse()
62
}
0 commit comments