1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-01 08:20:47 +00:00
CC-Tweaked/src/main/java/dan200/computercraft
Jonathan Coates 16df86224b
Fix pocket speakers incorrectly detaching computers
- Fix UpgradeSpeakerPeripheral not calling super.detach (so old
   computers were never cleaned up)
 - Correctly lock computer accesses inside SpeakerPeripheral

Fixes #1003.

Fingers crossed this is the last bug. Then I can bump the year and push
a new release tomorrow.
2021-12-31 18:24:54 +00:00
..
api Use correct Java annotations package 2021-12-20 12:19:52 +00:00
client Enqueue audio when receiving it 2021-12-19 19:50:43 +00:00
core Fix pocket speakers incorrectly detaching computers 2021-12-31 18:24:54 +00:00
data Make executeMainThreadTask a default method 2021-11-21 11:19:02 +00:00
mixin Separate breaking progress for wired modems 2021-12-13 13:30:43 +00:00
shared Fix pocket speakers incorrectly detaching computers 2021-12-31 18:24:54 +00:00
ComputerCraft.java Add config options for a global bandwidth limit 2021-07-28 15:53:22 +01:00
ComputerCraftAPIImpl.java Cleanup resource mount reloading 2021-11-24 19:07:12 +00:00