Merge pull request #8426 from obrakmann/ra-map-import-ships
Fixed missing ships when importing legacy RA maps
This commit is contained in:
@@ -178,6 +178,7 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
LoadActors(file, "STRUCTURES");
|
||||
LoadActors(file, "UNITS");
|
||||
LoadActors(file, "INFANTRY");
|
||||
LoadActors(file, "SHIPS");
|
||||
LoadSmudges(file, "SMUDGE");
|
||||
|
||||
var wps = file.GetSection("Waypoints")
|
||||
|
||||
Reference in New Issue
Block a user