You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If not properly set up with Station Markers / Signals, the Teleport Rail just straight up crashes the server. e.g. https://pastebin.com/PtzDPuyH
In com.minemaarten.signals.block.BlockTeleportRail.getNeighboringTeleportRails the variable edge (line 175) will be null.
This could happen to new users. Or accidentally, if a cart gets pushed onto the rail, without care.
The text was updated successfully, but these errors were encountered:
GsakuL
pushed a commit
to GsakuL/Signals
that referenced
this issue
Dec 9, 2019
If not properly set up with Station Markers / Signals, the Teleport Rail just straight up crashes the server. e.g. https://pastebin.com/PtzDPuyH
In
com.minemaarten.signals.block.BlockTeleportRail.getNeighboringTeleportRails
the variableedge
(line 175) will be null.This could happen to new users. Or accidentally, if a cart gets pushed onto the rail, without care.
The text was updated successfully, but these errors were encountered: