fixes #323
This commit is contained in:
committed by
Chris Forbes
parent
de92a2fc0c
commit
f6df7a06f2
@@ -39,6 +39,7 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
self.World.AddFrameEndTask( w =>
|
||||
{
|
||||
if (self.Destroyed) return;
|
||||
Combat.DoExplosion(self, info.PrimaryWeapon, self.CenterLocation, altitude);
|
||||
|
||||
// Remove from world
|
||||
|
||||
Reference in New Issue
Block a user