Rednet `send` sends wrapper instead of actual message when the receiver is the same computer
jorolf opened this issue ยท 1 comments
Minecraft Version
1.18.x
Version
1.100.10
Details
There is currently a bug introduced by e16f66e where rednet.receive
receives the message wrapper for modem packets when the receiver is the local computer and the short circuit is triggered:
Instead of message_wrapper
message
should be passed instead (like it used to).