Move GlobalModData state to ModData.
This commit is contained in:
committed by
Gustas Kažukauskas
parent
13313b4270
commit
a04cfaec78
@@ -127,7 +127,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
return parent;
|
||||
}
|
||||
|
||||
var mapRepository = modData.Manifest.Get<WebServices>().MapRepository;
|
||||
var mapRepository = modData.GetOrCreate<WebServices>().MapRepository;
|
||||
|
||||
Widget SetUpInstallButton(Widget parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user