diff --git a/OpenRA.Mods.Common/Traits/World/MPStartLocations.cs b/OpenRA.Mods.Common/Traits/World/MPStartLocations.cs index cb90ebf284..d33aef763e 100644 --- a/OpenRA.Mods.Common/Traits/World/MPStartLocations.cs +++ b/OpenRA.Mods.Common/Traits/World/MPStartLocations.cs @@ -29,7 +29,7 @@ namespace OpenRA.Mods.Common.Traits [Translate] [Desc("Tooltip description for the spawn positions checkbox in the lobby.")] - public readonly string SeparateTeamSpawnsCheckboxDescription = "Players without assigned spawn points will start as far as possible from enemy players."; + public readonly string SeparateTeamSpawnsCheckboxDescription = "Players without assigned spawn points will start as far as possible from enemy players"; [Desc("Default value of the spawn positions checkbox in the lobby.")] public readonly bool SeparateTeamSpawnsCheckboxEnabled = true; diff --git a/mods/cnc/rules/player.yaml b/mods/cnc/rules/player.yaml index 8410a4a234..a9854749f0 100644 --- a/mods/cnc/rules/player.yaml +++ b/mods/cnc/rules/player.yaml @@ -32,7 +32,7 @@ Player: LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY: ID: factundeploy Label: Redeployable MCVs - Description: Allow undeploying Construction Yard. + Description: Allow undeploying Construction Yard Enabled: True DisplayOrder: 7 Prerequisites: global-factundeploy diff --git a/mods/ra/rules/player.yaml b/mods/ra/rules/player.yaml index 659e3a30ce..00a2f2a0dc 100644 --- a/mods/ra/rules/player.yaml +++ b/mods/ra/rules/player.yaml @@ -101,7 +101,7 @@ Player: LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY: ID: factundeploy Label: Redeployable MCVs - Description: Allow undeploying Construction Yard. + Description: Allow undeploying Construction Yard Enabled: True DisplayOrder: 7 Prerequisites: global-factundeploy diff --git a/mods/ts/rules/player.yaml b/mods/ts/rules/player.yaml index f6afb8cd43..0820cf2443 100644 --- a/mods/ts/rules/player.yaml +++ b/mods/ts/rules/player.yaml @@ -86,7 +86,7 @@ Player: LobbyPrerequisiteCheckbox@GLOBALFACTUNDEPLOY: ID: factundeploy Label: Redeployable MCVs - Description: Allow undeploying Construction Yard. + Description: Allow undeploying Construction Yard Enabled: True DisplayOrder: 7 Prerequisites: global-factundeploy