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

updated csgogsi

This commit is contained in:
Hubert Walczak
2024-06-06 11:52:10 +02:00
parent 6708bcf48c
commit 4dec09c043
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export const useBombTimer = () => {
const state = bomb?.state || null;
const site = bomb?.site || null;
const countdown = parseFloat(bomb?.countdown || '0');
const countdown = bomb?.countdown || 0;
setPlayerSteamId(bombPlayer);
setBombState(state);