Give subgames the ability to disallow specific mapgens (#6792)
This commit is contained in:
@@ -551,7 +551,7 @@ end
|
||||
--------------------------------------------------------------------------------
|
||||
if INIT == "mainmenu" then
|
||||
function core.get_game(index)
|
||||
local games = game.get_games()
|
||||
local games = core.get_games()
|
||||
|
||||
if index > 0 and index <= #games then
|
||||
return games[index]
|
||||
|
Reference in New Issue
Block a user