From 7f020eff851d6c750b05c14624d64501becce2b5 Mon Sep 17 00:00:00 2001 From: niten Date: Tue, 6 Sep 2022 13:35:47 -0700 Subject: [PATCH] allowCheats -> allow-cheats --- 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 498ee18..1144d1a 100644 --- a/lib/fudo/minecraft-clj.nix +++ b/lib/fudo/minecraft-clj.nix @@ -129,7 +129,7 @@ let motd = worldOpts.motd; difficulty = worldOpts.difficulty; gamemode = cfg.game-mode; - allow-cheats = worldOpts.allowCheats; + allow-cheats = worldOpts.allow-cheats; server-port = worldOpts.port; hardcore = worldOpts.hardcore; pvp = worldOpts.pvp;