Skip to content

Commit d2faeca

Browse files
committed
typo
1 parent 29bff34 commit d2faeca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎Torch.Server/TorchConfig.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ public string InstancePath
133133
[Arg("plugins", "Starts Torch with the given plugin GUIDs (space delimited).")]
134134
public List<Guid> Plugins { get; set; } = new List<Guid>();
135135

136-
[Arg("localplugins", "Loads all pluhins from disk, ignores the plugins defined in config.")]
137-
[Display(Name = "Local Plugins", Description = "Loads all pluhins from disk, ignores the plugins defined in config.", GroupName = "In-Game")]
136+
[Arg("localplugins", "Loads all plugins from disk, ignores the plugins defined in config.")]
137+
[Display(Name = "Local Plugins", Description = "Loads all plugins from disk, ignores the plugins defined in config.", GroupName = "In-Game")]
138138
public bool LocalPlugins { get => _localPlugins; set => Set(value, ref _localPlugins); }
139139

140140
[Arg("disconnect", "When server restarts, all clients are rejected to main menu to prevent auto rejoin.")]

0 commit comments

Comments
 (0)