Removed hard coded WeaponInfo section name from NukeLaunch
This commit is contained in:
@@ -57,8 +57,8 @@ namespace OpenRA.Traits
|
||||
if (Owner != Owner.World.LocalPlayer)
|
||||
Sound.Play("alaunch1.aud");
|
||||
|
||||
// TODO: FIRE ZE MISSILES
|
||||
w.Add(new NukeLaunch(silo, order.TargetLocation));
|
||||
//FIRE ZE MISSILES
|
||||
w.Add(new NukeLaunch(silo, Info.MissileWeapon, order.TargetLocation));
|
||||
});
|
||||
|
||||
Game.controller.CancelInputMode();
|
||||
|
||||
Reference in New Issue
Block a user