1
0
mirror of https://github.com/Oarcinae/FactorioScenarioMultiplayerSpawn.git synced 2025-02-01 12:57:49 +02:00
This commit is contained in:
Oarcinae 2019-08-16 11:51:08 -05:00
parent dcdd8876e2
commit 8ca3605d4b

View File

@ -523,8 +523,7 @@ function InitSpawnGlobalsAndForces()
-- This is what any new player is assigned to when they join, even before they spawn.
local main_force = CreateForce(global.ocfg.main_force)
main_force.set_spawn_position({x=0,y=0}, GAME_SURFACE_NAME)
global.oe.tech_levels[global.ocfg.main_force] = 0
global.oe.tech_levels[main_force.index] = 0
end
function DoesPlayerHaveCustomSpawn(player)