Don't put absolute paths of developer machines in there.
This commit is contained in:
committed by
abcdefg30
parent
7e992d44c8
commit
b5613acad8
@@ -39,7 +39,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
{
|
||||
modData.ModFiles.TryGetPackageContaining(filename, out var package, out var name);
|
||||
name = package.Name + "/" + name;
|
||||
Console.WriteLine("# {0}:", name);
|
||||
Console.WriteLine("# {0}:", Platform.UnresolvePath(name));
|
||||
|
||||
var yaml = MiniYaml.FromFile(name, false);
|
||||
FromChromeLayout(ref yaml, null,
|
||||
|
||||
Reference in New Issue
Block a user