cfg -> worldOpts

This commit is contained in:
niten 2022-09-06 13:36:59 -07:00
parent 7f020eff85
commit 77b5ecab8d
1 changed files with 1 additions and 1 deletions

View File

@ -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;