Merge pull request #8007 from obrakmann/fix8006_carryall_dead_cargo_crash

Clean up state properly when a Carryall's cargo has died
This commit is contained in:
Pavel Penev
2015-04-23 00:24:44 +03:00

View File

@@ -146,8 +146,7 @@ namespace OpenRA.Mods.D2k.Traits
Carrying = null; Carrying = null;
} }
IsBusy = false; CarryableReleased();
Carrying = null;
} }
// INotifyKilled // INotifyKilled