railcraft-reborn / railcraft

Redefine your rails
Other
83 stars 18 forks source link

Fix the signal tuning aura for token signals #182

Closed robotman2412 closed 6 months ago

robotman2412 commented 6 months ago

Fix the signal tuning aura for token signals and fix client synchronization issue when signals or signal boxes are removed.

Token signals (and token signal boxes from #179) don't show their signalling aura lines. After some investigation I found that a "bugfix" caused this issue:

This patch reverts the broken "bugfix" and fixes it properly by synchronizing the client when a signal is removed. Because of this, token signal auras now also render properly.