aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorworkhorse <workhorse@localhost.localdomain>2026-06-19 20:24:52 -0400
committerworkhorse <workhorse@localhost.localdomain>2026-06-19 20:24:52 -0400
commit8ee8982b8759bcae116647cc993867f4c8b0a6ce (patch)
treeee01f7b1d745cbc94d9981108a1209527487b3e5 /cmd
parent2bec24859af8f03c80a0a58e3240519942450167 (diff)
downloadthehouseoficarus-8ee8982b8759bcae116647cc993867f4c8b0a6ce.tar.gz
reorganized items, objects, and rooms in directories. oranized module names. added startup checks.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mud/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/mud/main.go b/cmd/mud/main.go
index 497f427..ef4a560 100644
--- a/cmd/mud/main.go
+++ b/cmd/mud/main.go
@@ -35,7 +35,7 @@ func main() {
}
}
- g := game.New(dataDir, &cfg.Colors)
+ g := game.New(dataDir, &cfg.Colors, cfg.Game.StartupValidation)
g.Ticks.Start(cfg.Game.TickLength)
defer g.Ticks.Stop()