hugeblank / allium-peripherals

Yet another peripheral mod for ComputerCraft: Tweaked for Fabric
MIT License
7 stars 3 forks source link

Binding the chat modem to a player doesn't work after a program has started #12

Open object-Object opened 1 year ago

object-Object commented 1 year ago

If you start a program without the chat modem bound, then right click it, it lights up but any captures previously set don't start working until the program is restarted. The program I'm running sets a capture then waits for a message using os.pullEvent.

hugeblank commented 1 year ago

I recall while working on the fixes for the latest released version, a lot of the logic around captures was unnecessarily tied to the binding of the modem to the player. The next major version I'm working on refactors the whole mod, including the issue I think you're experiencing here. I'll leave this open until the update gets released. Consider this an acknowledgement.