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