diff --git a/OpenRA.Game/VoiceExts.cs b/OpenRA.Game/VoiceExts.cs index c8e3584763..302568b109 100644 --- a/OpenRA.Game/VoiceExts.cs +++ b/OpenRA.Game/VoiceExts.cs @@ -58,7 +58,7 @@ namespace OpenRA continue; var orderSubject = o.Subject; - if (orderSubject.Disposed) + if (orderSubject == null || orderSubject.Disposed) continue; foreach (var voice in orderSubject.TraitsImplementing())