From 79c50a23669725b28cb2cb654799e583cdc11837 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Wed, 2 Mar 2022 20:34:39 -0600 Subject: [PATCH] Fixed hotkeys accessing hasWon incorrectly --- src/features/hotkey.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/hotkey.ts b/src/features/hotkey.ts index f013999..3c78af6 100644 --- a/src/features/hotkey.ts +++ b/src/features/hotkey.ts @@ -1,4 +1,4 @@ -import { hasWon } from "@/data/mod"; +import { hasWon } from "@/data/projEntry"; import { globalBus } from "@/game/events"; import player from "@/game/player"; import {