fix misspelling of Received

This commit is contained in:
Chris Forbes
2012-04-13 13:25:40 +12:00
parent da3ba159db
commit 8488223eee
2 changed files with 4 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenRA.Mods.RA.Crates
collector.AddTrait(cloak);
if (collector.HasTrait<TargetableUnit<TargetableUnitInfo>>())
collector.Trait<TargetableUnit<TargetableUnitInfo>>().RecievedCloak(collector);
collector.Trait<TargetableUnit<TargetableUnitInfo>>().ReceivedCloak(collector);
w.Add(collector);
});