Fix typo in CrateSpawner
This commit is contained in:
@@ -26,7 +26,7 @@ namespace OpenRA.Mods.Common.Traits
|
|||||||
|
|
||||||
[Translate]
|
[Translate]
|
||||||
[Desc("Tooltip description for the crates checkbox in the lobby.")]
|
[Desc("Tooltip description for the crates checkbox in the lobby.")]
|
||||||
public readonly string CheckboxDescription = "Collect crates with units to recieve random bonuses or penalties";
|
public readonly string CheckboxDescription = "Collect crates with units to receive random bonuses or penalties";
|
||||||
|
|
||||||
[Desc("Default value of the crates checkbox in the lobby.")]
|
[Desc("Default value of the crates checkbox in the lobby.")]
|
||||||
public readonly bool CheckboxEnabled = true;
|
public readonly bool CheckboxEnabled = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user