diff --git a/src/main.ts b/src/main.ts index 242b7f0..27fe791 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,6 +15,9 @@ import { ExecutiveConfirmation } from "./events/special/ExecutiveConfirmation"; import { InvestigateAffiliation } from "./events/special/InvestigateLoyalty/InvestigateAffiliation"; +export var active_games: {[key: string]: Game} = {}; + +const db_dir = `data`; const io = sio.listen(3000); io.on(`connection`, (socket: sio.Socket) => {