aboutsummaryrefslogtreecommitdiff
path: root/internal/player/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/player/store.go')
-rw-r--r--internal/player/store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/player/store.go b/internal/player/store.go
index c19d9fb..04af594 100644
--- a/internal/player/store.go
+++ b/internal/player/store.go
@@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"
- "thirdcollapse/internal/object"
+ "thehouseoficarus/internal/object"
"gopkg.in/yaml.v3"
)