1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-07 07:50:27 +00:00
CC-Tweaked/src
SquidDev 11e4d0de82 Fix turtle peripherals becoming desynced
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.
2019-02-18 23:28:51 +00:00
..
main Fix turtle peripherals becoming desynced 2019-02-18 23:28:51 +00:00
test/java/dan200/computercraft Strip \r from .readLine on binary handles 2019-02-11 16:58:43 +00:00