From 77b5ecab8d5c3a50900a74d954d5f1f6d04ca150 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 6 Sep 2022 13:36:59 -0700 Subject: [PATCH] cfg -> worldOpts --- lib/fudo/minecraft-clj.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fudo/minecraft-clj.nix b/lib/fudo/minecraft-clj.nix index 1144d1a..6c34567 100644 --- a/lib/fudo/minecraft-clj.nix +++ b/lib/fudo/minecraft-clj.nix @@ -128,7 +128,7 @@ let level-seed = worldOpts.world-seed; motd = worldOpts.motd; difficulty = worldOpts.difficulty; - gamemode = cfg.game-mode; + gamemode = worldOpts.game-mode; allow-cheats = worldOpts.allow-cheats; server-port = worldOpts.port; hardcore = worldOpts.hardcore;