mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 06:56:03 +01:00
feat(client/skillcheck): winning/losing promise resolving
This commit is contained in:
@@ -17,7 +17,6 @@ const Indicator: React.FC<Props> = ({ angle, offset, multiplier, setSkillCheck }
|
||||
const isKeyPressed = useKeyPress('e');
|
||||
|
||||
useEffect(() => {
|
||||
console.log(1);
|
||||
intervalRef.current = setInterval(() => {
|
||||
setIndicatorAngle((prevState) => (prevState += multiplier));
|
||||
}, 1);
|
||||
|
||||
Reference in New Issue
Block a user