I before E except after C

This commit is contained in:
Curtis Shmyr
2015-11-14 22:32:37 -07:00
parent a9f2fc962e
commit f0e9b85ccc
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenRA.Mods.Common.Traits
return level < info.Modifier.Length + info.BaseLevel;
}
// Override to recieve notice of level change.
// Override to receive notice of level change.
protected virtual void Update(Actor self) { }
public void UpgradeLevelChanged(Actor self, string type, int oldLevel, int newLevel)