Fix rebase
This commit is contained in:
@@ -60,8 +60,8 @@ namespace OpenRA.Mods.RA
|
|||||||
enabled = Game.IsHost && p != null;
|
enabled = Game.IsHost && p != null;
|
||||||
if (enabled)
|
if (enabled)
|
||||||
{
|
{
|
||||||
pq = p.PlayerActor.traits.Get<ProductionQueue>();
|
pq = p.PlayerActor.Trait<ProductionQueue>();
|
||||||
pr = p.PlayerActor.traits.Get<PlayerResources>();
|
pr = p.PlayerActor.Trait<PlayerResources>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user