Make clutch controller use the standardized WireLib.SendMarks
#2637
AbigailBuccaneer
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Originally reported by @Garbius in the comments of #946:
The clutch entity doesn't use @Nebual's linking functionality. In particular this is nasty because it means the tool does its own synchronization of linked pairs rather than using WireLib.SendMarks like all the other entities which use links.
However, the clutch controller is somewhat different as it maintains links between pairs of other entities, rather than between itself and other entities. So the marks feature may need to be improved to handle this.
Alternatively, at the very least it should use net messages rather than usermessages for synchronization.
Beta Was this translation helpful? Give feedback.
All reactions