cfg -> worldOpts
This commit is contained in:
parent
7f020eff85
commit
77b5ecab8d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue