diff --git a/src/events/HostGame.ts b/src/events/HostGame.ts index 954a65b..4b1f33c 100644 --- a/src/events/HostGame.ts +++ b/src/events/HostGame.ts @@ -14,7 +14,7 @@ that the host is able to just send that to the other players import { Server, Socket } from 'socket.io'; import { Game } from '../utils/Game'; import { active_games, log } from '../main'; -import { generate_game_code } from '../utils/gamecode'; +import { generate_game_code } from '../utils/ids'; export const HostGame = (io: Server, socket: Socket, data: HostGame) => { try {