Update response listener for the playerlist
This commit is contained in:
parent
5968c71fff
commit
7e852e81b2
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
sockets: {
|
sockets: {
|
||||||
PlayerListResponse(data) {
|
PlayerList(data) {
|
||||||
if (data.success) {
|
if (data.success) {
|
||||||
this.players = data.players;
|
this.players = data.players;
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue