Merge pull request #11290 from Mailaender/d2k-shellmap-editor-crash

Fixed a crash when loading the Dune 2000 shellmap in the map editor
This commit is contained in:
abcdefg30
2016-05-23 01:11:34 +02:00
5 changed files with 11 additions and 27 deletions

View File

@@ -167,5 +167,10 @@ namespace OpenRA.Mods.Common.Traits
{
return new ActorReference(actor.Type, actor.Save().ToDictionary());
}
public override string ToString()
{
return "{0} {1}".F(Info.Name, ID);
}
}
}