1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-11-06 09:09:26 +02:00

Move spawn control (#456)

This commit is contained in:
Matthew
2018-11-26 07:10:37 -05:00
committed by Valansch
parent 12d779b46f
commit 1332ad5a8d
2 changed files with 1 additions and 1 deletions

View File

@@ -105,7 +105,7 @@ end
map = b.apply_effect(map, effect)
local Spawn_Control = require 'features.spawn_control'
local Spawn_Control = require 'map_gen.misc.spawn_control'
Spawn_Control.add_spawn('left', -88, -88)
Spawn_Control.add_spawn('right', 88, 88)