mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-14 17:56:34 -04:00
allow host to build component list even if off
fixes confusing analyzer report. when you place a case in the world and add components, even while the case is off it correctly reports its internal component max. But when loading a world, cases that are not running will have a 0 component max according to the analyzer. This inaccurate limit is fixed when the case is turned on
This commit is contained in:
parent
9d4826d070
commit
ef2f45b7a0
@ -785,6 +785,7 @@ class Machine(val host: MachineHost) extends AbstractManagedEnvironment with mac
|
||||
}
|
||||
else {
|
||||
// Clean up in case we got a weird state stack.
|
||||
onHostChanged()
|
||||
close()
|
||||
}
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user