mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-01 12:31:32 +00:00
* Refactors tram code to be more robust (#59596) Tram code has a lot of locate() in list, a lot of unnecessary typechecking and generally bad practices. This refactors tramcode to be easily more maintainable and to have more consistent behaviour, as well as removing any unnecessary code. * Refactors tram code to be more robust Co-authored-by: Watermelon914 <37270891+Watermelon914@users.noreply.github.com>