diff --git a/src/store/socket.js b/src/store/socket.js index dd6fd5b..94616c9 100644 --- a/src/store/socket.js +++ b/src/store/socket.js @@ -645,7 +645,7 @@ class LiveSession { this._store.commit("players/update", { player, property, value }); } // update player session list as if this was a ping - this._handlePing([true, value, 0]); + this._handlePing([value, 0]); } /**