Unhardcode modchooser mod for content installation.

This commit is contained in:
Paul Chote
2017-01-27 17:07:55 +00:00
parent 657ba90ae3
commit 9b6afd3c37
5 changed files with 29 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ namespace OpenRA.Mods.Common.LoadScreens
sprite.Sheet.Dispose();
}
public bool RequiredContentIsInstalled()
public bool BeforeLoad()
{
return true;
}