Fixed hotkeys accessing hasWon incorrectly
This commit is contained in:
parent
9efabf9cf6
commit
79c50a2366
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue