diff --git a/src/views/Lobby.vue b/src/views/Lobby.vue index b6beeaf..b0c4efe 100644 --- a/src/views/Lobby.vue +++ b/src/views/Lobby.vue @@ -96,7 +96,7 @@ export default { }, }, sockets: { - PlayerListResponse(data) { + PlayerList(data) { if (data.success) { this.players = data.players; } else {