Closed Obihorn closed 10 months ago
Currently the bot throws an error if your track system matches exactly the railway width. I assume its probably a case of using "<" instead of "<=".
Inspecting the code showed that it wasn't an issue of < vs <=, etc. Attempting a different fix by rounding values when running width checks.
Currently the bot throws an error if your track system matches exactly the railway width. I assume its probably a case of using "<" instead of "<=".