From 6a3f15d718b0665855e440d41df492046bf50007 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 10 Oct 2020 18:53:21 -0600 Subject: [PATCH] Update import --- src/events/HostGame.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {