Fix rebase

This commit is contained in:
alzeih
2010-08-16 00:19:24 +12:00
parent 731c64c1a7
commit f6dac1fe83

View File

@@ -60,8 +60,8 @@ namespace OpenRA.Mods.RA
enabled = Game.IsHost && p != null;
if (enabled)
{
pq = p.PlayerActor.traits.Get<ProductionQueue>();
pr = p.PlayerActor.traits.Get<PlayerResources>();
pq = p.PlayerActor.Trait<ProductionQueue>();
pr = p.PlayerActor.Trait<PlayerResources>();
}
}