We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cedac4 commit 95693fbCopy full SHA for 95693fb
server/player/loading.ts
@@ -1,10 +1,10 @@
1
-import { OxPlayer, PlayerInstance } from 'player/class';
+import { OxPlayer } from 'player/class';
2
import { CreateUser, GetUserIdFromIdentifier } from './db';
3
import { GetIdentifiers, GetPlayerLicense } from 'utils';
4
import { DEBUG, SV_LAN } from '../config';
5
import type { Dict } from 'types';
6
7
-const connectingPlayers: Dict<PlayerInstance> = {};
+const connectingPlayers: Dict<OxPlayer> = {};
8
9
/** Loads existing data for the player, or inserts new data into the database. */
10
async function loadPlayer(playerId: number) {
0 commit comments