fix dumb crash in UIM
This commit is contained in:
@@ -73,6 +73,7 @@ namespace OpenRA.Traits
|
||||
else if( influenceNode.actor == toRemove )
|
||||
influenceNode = influenceNode.next;
|
||||
|
||||
if (influenceNode != null)
|
||||
RemoveInner( ref influenceNode.next, toRemove );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user