Fix default steve skin may be displayed in slim model
This commit is contained in:
parent
f4cbda6168
commit
8ef45c37e3
@ -217,6 +217,7 @@ export default {
|
||||
this.model = skin.type
|
||||
} else {
|
||||
this.skinUrl = ''
|
||||
this.model = 'steve'
|
||||
}
|
||||
if (player.tid_cape) {
|
||||
const { data: cape } = await this.$http.get(`/skinlib/info/${player.tid_cape}`)
|
||||
|
Loading…
Reference in New Issue
Block a user