Change IPC to make sense.

This commit is contained in:
Dean Herbert
2017-03-04 18:51:16 +09:00
parent b294386077
commit aa9d85624d
6 changed files with 50 additions and 53 deletions

View File

@ -29,7 +29,7 @@ namespace osu.Desktop
{
if (!host.IsPrimaryInstance)
{
var importer = new BeatmapImporter(host);
var importer = new BeatmapIPCChannel(host);
// Restore the cwd so relative paths given at the command line work correctly
Directory.SetCurrentDirectory(cwd);
foreach (var file in args)