mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-04-25 04:26:35 +00:00
Previously, when the main instance of MultiMC would receive an `import` or `launch` message from another instance, it would split the message on each space, and only read the first word of the argument (zip path/URL or instance ID). This commit fixes that problem by sectioning the message string instead.