fix: player ID
This commit is contained in:
parent
3fffb49e24
commit
21f8864b1b
|
@ -48,4 +48,7 @@ export default class Player extends Component {
|
|||
}
|
||||
};
|
||||
}
|
||||
static properties = {
|
||||
id: {type: 'string'},
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user