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