Skip to content

Fixes #4766

Rob Nelson requested to merge pull/4780/RMCE into Bleeding-Edge

Created by: dylanstrategie

Using the RMCE on multiple machines at a time caused problems, so you can't anymore. Which makes all the sense in the world given that it is explicitely stated you stick the RMCE into a machine's hatch while maintaining

  • Added a special busy check to prevent multi-tasking
  • Updated a few strings to actually be correct

Fixes #4766 (closed)

Changelog included

Update : Because apparently having our own code is not fine

  • Component replacement is two times faster
  • Setting up is 1/3rd faster (2 seconds instead of 3)
  • Returning after component replacement is now half a second instead of three seconds

Merge request reports