Try that again

This commit is contained in:
Paul Chote
2010-05-01 01:17:15 +12:00
parent 80621ca97a
commit b5398b66f7

View File

@@ -50,8 +50,7 @@ namespace OpenRA.Traits
foreach(var a in self.World.Queries.OwnedBy[self.Owner])
a.InflictDamage(a,a.Health,null);
// Hack
self.World.SetLocalPlayer(-1);
self.Owner.Shroud.Disabled = true;
}
HasLost = hasLost;
}