/c local surface = game.player.surface
local mgs = surface.map_gen_settings
mgs.autoplace_controls["enemy-base"].size = "none"
surface.map_gen_settings = mgs
good afternoon. This command allows you to disable enemy bases.what needs to be changed to enable them?