fix dumb crash in ProductionQueue
This commit is contained in:
@@ -180,7 +180,7 @@ namespace OpenRA.Traits
|
|||||||
// Something went wrong somewhere...
|
// Something went wrong somewhere...
|
||||||
if( producer == null )
|
if( producer == null )
|
||||||
{
|
{
|
||||||
CancelProduction( newUnitType.Category );
|
CancelProduction( name );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user