Modems wrap all peripherals when initially attaching
SquidDev opened this issue ยท 0 comments
When initially attaching to a computer (such as on world load), modems provide all peripherals - including the current computer. This is inconsistent with normal behaviour, where the peripheral is not exposed.
This is because attach
delegates to attachPeripheralImpl
instead of attachPeripheral
.