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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user