Don't display beacons in the air
This commit is contained in:
@@ -168,7 +168,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
|
|
||||||
beacon = new Beacon(
|
beacon = new Beacon(
|
||||||
self.Owner,
|
self.Owner,
|
||||||
target,
|
target - new WVec(0, 0, altitude),
|
||||||
Info.BeaconPalettePrefix,
|
Info.BeaconPalettePrefix,
|
||||||
Info.BeaconPoster,
|
Info.BeaconPoster,
|
||||||
Info.BeaconPosterPalette,
|
Info.BeaconPosterPalette,
|
||||||
|
|||||||
@@ -198,7 +198,7 @@ namespace OpenRA.Mods.RA.Traits
|
|||||||
|
|
||||||
beacon = new Beacon(
|
beacon = new Beacon(
|
||||||
self.Owner,
|
self.Owner,
|
||||||
target,
|
target - new WVec(0, 0, altitude),
|
||||||
Info.BeaconPalettePrefix,
|
Info.BeaconPalettePrefix,
|
||||||
Info.BeaconPoster,
|
Info.BeaconPoster,
|
||||||
Info.BeaconPosterPalette,
|
Info.BeaconPosterPalette,
|
||||||
|
|||||||
Reference in New Issue
Block a user