Fix a retarded crash with husks; remove some debug

This commit is contained in:
Paul Chote
2010-08-03 01:16:24 +12:00
parent 053f0f5c7f
commit 8e82f6fa1a
3 changed files with 28 additions and 5 deletions

View File

@@ -63,8 +63,6 @@ namespace OpenRA.Mods.Cnc
{
if (self.IsDead())
return;
Game.Debug("Creating");
self.World.AddFrameEndTask(ww => DoProduction(self, cargo.Unload(self), exit, spawn));
}));
a.QueueActivity(new Fly(endPos));