Fix line endings in upgrade rules files
- Use unix line endings - No "\n" at the end of a message
This commit is contained in:
@@ -21,7 +21,7 @@ namespace OpenRA.Mods.Common.UpdateRules.Rules
|
|||||||
get
|
get
|
||||||
{
|
{
|
||||||
return "WithReloadingSpriteTurret has been superseded by conditions.\n" +
|
return "WithReloadingSpriteTurret has been superseded by conditions.\n" +
|
||||||
"The trait is switched for with WithSpriteTurret.\n";
|
"The trait is switched for with WithSpriteTurret.";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user