1
0
mirror of https://github.com/lexogrine/cs2-react-hud.git synced 2026-05-04 04:03:10 +02:00

added SP support

This commit is contained in:
Hubert Walczak
2023-11-28 18:53:57 +01:00
parent 02bf217740
commit 656fce7e4f
3 changed files with 82 additions and 1 deletions
+2 -1
View File
@@ -17,6 +17,7 @@ import Timeout from "../PauseTimeout/Timeout";
import { CSGO } from "csgogsi";
import { Match } from "../../API/types";
import { useAction } from "../../API/contexts/actions";
import { Scout } from "../Scout";
interface Props {
game: CSGO,
@@ -73,7 +74,7 @@ const Layout = ({game,match}: Props) => {
<TeamBox team={right} players={rightPlayers} side="right" current={game.player} />
<Trivia />
<Scout left={left.side} right={right.side} />
<MapSeries teams={[left, right]} match={match} isFreezetime={isFreezetime} map={game.map} />
<div className={"boxes left"}>
<UtilityLevel side={left.side} players={game.players} show={isFreezetime && !forceHide} />