Fix unshareable GPS
This commit is contained in:
@@ -59,7 +59,6 @@ namespace OpenRA.Mods.RA
|
||||
|
||||
void RefreshGps(Actor self)
|
||||
{
|
||||
if (self.Owner == self.World.LocalPlayer)
|
||||
self.World.LocalShroud.Disabled = self.World.Queries.WithTrait<GpsPower>()
|
||||
.Any(p => p.Actor.Owner.Stances[self.Owner] == Stance.Ally &&
|
||||
p.Trait.Granted);
|
||||
|
||||
Reference in New Issue
Block a user