allowCheats -> allow-cheats

This commit is contained in:
niten 2022-09-06 13:35:47 -07:00
parent 042b603397
commit 7f020eff85
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ let
motd = worldOpts.motd; motd = worldOpts.motd;
difficulty = worldOpts.difficulty; difficulty = worldOpts.difficulty;
gamemode = cfg.game-mode; gamemode = cfg.game-mode;
allow-cheats = worldOpts.allowCheats; allow-cheats = worldOpts.allow-cheats;
server-port = worldOpts.port; server-port = worldOpts.port;
hardcore = worldOpts.hardcore; hardcore = worldOpts.hardcore;
pvp = worldOpts.pvp; pvp = worldOpts.pvp;