Remove spawn debug message

This commit is contained in:
badgamernl
2020-11-08 16:04:07 +01:00
parent c95616d1f8
commit e851b48a0e

View File

@@ -694,7 +694,6 @@ Event.add(defines.events.on_player_created, function(event)
if entities and entities[1] then
local warp = Warps.get_warp(spawn_id)
warp.electric_pole = entities[1]
player.print('found')
end
end
end)