mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-04 11:02:54 +00:00

When a turtle was unloaded but not actually disposed of, the m_peripheral map hangs around. As a result, when creating a new ServerComputer, the peripherals aren't considered changed and so they're never attached. Fixes #50. Also fix that blumin' deprecated method which has been around for a wee while now.