Merge pull request #14527 from LetterN/yay-nullspace

Fixes order-of-nullspacing boards
This commit is contained in:
Lin
2021-03-28 18:03:18 -05:00
committed by GitHub
+2 -2
View File
@@ -208,8 +208,6 @@
new_machine.component_parts = list()
circuit.forceMove(new_machine)
// TODO: make sleepers not shit out parts PROPERLY THIS TIME.
new_machine.circuit.moveToNullspace()
new_machine.component_parts += circuit
new_machine.circuit = circuit
@@ -219,6 +217,8 @@
new_machine.RefreshParts()
new_machine.on_construction()
// TODO: make sleepers not shit out parts PROPERLY THIS TIME.
new_machine.circuit.moveToNullspace()
qdel(src)
return