Fix mainframe initial boot failing with monitors
This commit is contained in:
parent
5c49207bec
commit
d988bd61a5
1 changed files with 3 additions and 4 deletions
|
@ -1372,7 +1372,6 @@ end
|
|||
radar_listOffset = 0
|
||||
radar_timerId = -1
|
||||
radar_timerLength = 1
|
||||
data.radar_scale = 1
|
||||
radar_x = 0
|
||||
radar_y = 0
|
||||
radar_z = 0
|
||||
|
@ -1815,6 +1814,9 @@ if not label then
|
|||
label = "" .. os.getComputerID()
|
||||
end
|
||||
|
||||
-- read configuration
|
||||
data_read()
|
||||
|
||||
-- initial scanning
|
||||
monitors = {}
|
||||
ShowTitle(label .. " - Connecting...")
|
||||
|
@ -1856,9 +1858,6 @@ for key,side in pairs(sides) do
|
|||
end
|
||||
-- sleep(1)
|
||||
|
||||
-- read configuration
|
||||
data_read()
|
||||
|
||||
if not os.getComputerLabel() and (warpcore ~= nil or reactor ~= nil) then
|
||||
data_setName()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue