Remove unnecessary loading mod exceptions, log missing icon.png

This commit is contained in:
rob-v
2017-05-27 15:07:24 +02:00
committed by reaperrr
parent 04033e5c79
commit f75115a645
3 changed files with 30 additions and 18 deletions

View File

@@ -80,7 +80,7 @@ namespace OpenRA
mod.Icon = sheetBuilder.Add(bitmap);
}
mods.Add(ExternalMod.MakeKey(mod), mod);
mods[ExternalMod.MakeKey(mod)] = mod;
}
internal void Register(Manifest mod)