Listen for the response from the server for the player list

This commit is contained in:
Oliver-Akins 2020-09-28 22:33:14 -06:00
parent 08c59ef30c
commit 1bd4f55335

View file

@ -38,6 +38,11 @@ export default {
},
},
sockets: {
PlayerListResponse(data) {
if (data.success) {} else {
this.$emit(`alert`)
}
},
PlayerJoin() {},
},
}