Correct typo in DefineGroundCorpseDefault update rule
This commit is contained in:
@@ -17,12 +17,12 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
|
|||||||
{
|
{
|
||||||
public class DefineGroundCorpseDefault : UpdateRule
|
public class DefineGroundCorpseDefault : UpdateRule
|
||||||
{
|
{
|
||||||
public override string Name { get { return "Move Parachutable GroundCorspeSequence default to yaml"; } }
|
public override string Name { get { return "Move Parachutable GroundCorpseSequence default to yaml"; } }
|
||||||
public override string Description
|
public override string Description
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "Parachutable's GroundCorspeSequence 'corpse' default has been moved to yaml.";
|
return "Parachutable's GroundCorpseSequence 'corpse' default has been moved to yaml.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user