blah
This commit is contained in:
@@ -34,9 +34,8 @@ namespace OpenRA
|
||||
}
|
||||
|
||||
static Widget NewWidget( string widgetType )
|
||||
{
|
||||
if( widgetType.Contains( "@" ) )
|
||||
widgetType = widgetType.Substring( 0, widgetType.IndexOf( "@" ) );
|
||||
{
|
||||
widgetType = widgetType.Split('@')[0];
|
||||
|
||||
foreach (var mod in Game.ModAssemblies)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user