Skip to content

Commit

Permalink
fix(server/player): unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jun 8, 2024
1 parent a514104 commit fb3c51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/player/class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
SaveCharacterData,
UpdateCharacterLicense,
} from './db';
import { getRandomChar, getRandomInt, waitFor } from '@overextended/ox_lib';
import { getRandomChar, getRandomInt } from '@overextended/ox_lib';
import { GetGroup, GetGroupsByType } from 'groups';
import { GeneratePhoneNumber } from 'bridge/npwd';
import { Statuses } from './status';
Expand Down

0 comments on commit fb3c51b

Please sign in to comment.