Rename Platform.GameDir to Platform.EngineDir.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
{
|
||||
try
|
||||
{
|
||||
map = new Map(modData, new Folder(Platform.GameDir).OpenPackage(mapPath, modData.ModFiles));
|
||||
map = new Map(modData, new Folder(Platform.EngineDir).OpenPackage(mapPath, modData.ModFiles));
|
||||
}
|
||||
catch (InvalidDataException ex)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user