aboutsummaryrefslogtreecommitdiff
path: root/internal/game/game.go
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-07 21:22:39 -0400
committerhistoria <[not public]>2026-07-07 21:22:39 -0400
commit74803657d587b1f93b739c1ee25bb8d62df95413 (patch)
tree0166974468c452bb13454d37d4b83d2e681446c0 /internal/game/game.go
parentbae42946d24bd533cdbc1b271ce14acd752689d0 (diff)
downloadthehouseoficarus-74803657d587b1f93b739c1ee25bb8d62df95413.tar.gz
fix: agility course creation fixed and improved in admin web gui
Diffstat (limited to 'internal/game/game.go')
-rw-r--r--internal/game/game.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/game/game.go b/internal/game/game.go
index b9fb0af..f34e649 100644
--- a/internal/game/game.go
+++ b/internal/game/game.go
@@ -101,6 +101,7 @@ func New(dataDir string, colorConfig *config.ColorsConfig, valConfig config.Vali
hackingStates: make(map[string]*hacking.Session),
enterSeqs: make(map[string]*enterSeq),
}
+ g.CourseStore.SetWorld(g.World)
g.CourseStore.LoadAll()
g.LoadMods()
g.LoadTechs()