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