This commit is contained in:
@@ -75,7 +75,6 @@ export default {
|
||||
let arr = []
|
||||
for (const o of chat) {
|
||||
for (const p of store.state.matchDetails.stats) {
|
||||
console.log(p)
|
||||
if (o.player === p.player.steamid64) {
|
||||
const obj = Object.assign({
|
||||
player: p.player.name,
|
||||
|
Reference in New Issue
Block a user