aboutsummaryrefslogtreecommitdiff
path: root/cmd/mud
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mud')
-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()