CSL 0.15.2, when the locomotive can travel back and forth(like as <=:=> ), I saw working this well on one certain direction, but on other direction players have been damaged.
please excuse me in Japanese. 機関車を◀▶のように連結して往復運転できる状態だと、内部的に?逆方向に進んでいると効かないようです 次のようにしてみたら、なんとなく解消しているようにも見えます。control.lua line 58: if ( locomotive.train.speed > 0.25 or locomotive.train.speed < -0.25) and SquareDistance ...