mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 07:26:02 +01:00
refactor(web/skillcheck): remove unused code and comments
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Box, Center } from '@chakra-ui/react';
|
||||
import { useEffect, useMemo, useRef, useState } from 'react';
|
||||
import { useRef, useState } from 'react';
|
||||
import { useNuiEvent } from '../../hooks/useNuiEvent';
|
||||
import { debugData } from '../../utils/debugData';
|
||||
import Indicator from './indicator';
|
||||
@@ -29,7 +29,7 @@ const difficultyOffsets = {
|
||||
debugData([
|
||||
{
|
||||
action: 'startSkillCheck',
|
||||
data: [{ areaSize: 250, speedMultiplier: 2 }, 'easy'],
|
||||
data: [{ areaSize: 250, speedMultiplier: 2 }, 'easy', 'hard'],
|
||||
},
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user