cfg -> worldOpts
This commit is contained in:
parent
7f020eff85
commit
77b5ecab8d
@ -128,7 +128,7 @@ let
|
|||||||
level-seed = worldOpts.world-seed;
|
level-seed = worldOpts.world-seed;
|
||||||
motd = worldOpts.motd;
|
motd = worldOpts.motd;
|
||||||
difficulty = worldOpts.difficulty;
|
difficulty = worldOpts.difficulty;
|
||||||
gamemode = cfg.game-mode;
|
gamemode = worldOpts.game-mode;
|
||||||
allow-cheats = worldOpts.allow-cheats;
|
allow-cheats = worldOpts.allow-cheats;
|
||||||
server-port = worldOpts.port;
|
server-port = worldOpts.port;
|
||||||
hardcore = worldOpts.hardcore;
|
hardcore = worldOpts.hardcore;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user