#5 added Hitgroup-Puppet to DamageSite

This commit is contained in:
2021-11-06 01:44:39 +01:00
committed by Giovanni Harting
parent ed6c6e799a
commit f401bcf879
16 changed files with 589 additions and 78 deletions

View File

@@ -8,7 +8,7 @@
<script>
import {getPlayerValue} from "@/utils";
import {GetPlayerValue} from "@/utils";
import {useStore} from "vuex";
import {onBeforeMount, onMounted, onUnmounted, reactive, ref, watch} from "vue";
@@ -54,7 +54,7 @@ export default {
}
const parseObject = async () => {
data.rounds = await getPlayerValue(store.state.matchDetails.match_id)
data.rounds = await GetPlayerValue(store.state.matchDetails.match_id)
for (const round in data.rounds) {
for (const player in data.rounds[round]) {