Update response listener for the playerlist

This commit is contained in:
Oliver-Akins 2020-10-20 22:46:20 -06:00
parent 5968c71fff
commit 7e852e81b2

View file

@ -96,7 +96,7 @@ export default {
},
},
sockets: {
PlayerListResponse(data) {
PlayerList(data) {
if (data.success) {
this.players = data.players;
} else {