diff --git a/components/MatchOptions.vue b/components/MatchOptions.vue index 2ca0b757..26bf8755 100644 --- a/components/MatchOptions.vue +++ b/components/MatchOptions.vue @@ -456,6 +456,35 @@ import SettingHeader from "~/components/match/SettingHeader.vue"; + + +
+
+ {{ + $t("match.options.advanced.anti_wallhack.label") + }} + + {{ + $t( + "match.options.advanced.anti_wallhack.description", + ) + }} + +
+ + + +
+
+
+ {{ diff --git a/components/match/MatchMaps.vue b/components/match/MatchMaps.vue index a47f0412..dea55d3b 100644 --- a/components/match/MatchMaps.vue +++ b/components/match/MatchMaps.vue @@ -9,6 +9,8 @@ import { PlayCircle, RefreshCw, MoreVertical, + Shield, + ShieldOff, } from "lucide-vue-next"; import { Spinner } from "~/components/ui/spinner"; import MatchSelectMapWinner from "~/components/match/MatchSelectMapWinner.vue"; @@ -85,6 +87,19 @@ import cleanMapName from "~/utilities/cleanMapName"; class="text-xs px-2 py-0.5 backdrop-blur-sm" >{{ $t("match.decider") }} + + + + + {{ antiWallhackLabel }} +