Fix osx launcher crash when there is a space in the launcher path. Launching the game still doesn't work in this case.
This commit is contained in:
@@ -139,7 +139,7 @@
|
||||
if ([aMod standalone])
|
||||
{
|
||||
id path = [[game gamePath] stringByAppendingPathComponent:@"mods"];
|
||||
id child = [SidebarEntry entryWithMod:aMod allMods:allMods baseURL:[NSURL URLWithString:path]];
|
||||
id child = [SidebarEntry entryWithMod:aMod allMods:allMods basePath:path];
|
||||
[rootItem addChild:child];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user