diff --git a/server/player/loading.ts b/server/player/loading.ts index fe525a41..ca3f1ed7 100644 --- a/server/player/loading.ts +++ b/server/player/loading.ts @@ -1,10 +1,10 @@ -import { OxPlayer, PlayerInstance } from 'player/class'; +import { OxPlayer } from 'player/class'; import { CreateUser, GetUserIdFromIdentifier } from './db'; import { GetIdentifiers, GetPlayerLicense } from 'utils'; import { DEBUG, SV_LAN } from '../config'; import type { Dict } from 'types'; -const connectingPlayers: Dict = {}; +const connectingPlayers: Dict = {}; /** Loads existing data for the player, or inserts new data into the database. */ async function loadPlayer(playerId: number) {