Skip to content

Commit 93d7bfb

Browse files
committed
config fix
1 parent 5aa9bd0 commit 93d7bfb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

UsefulHints/Config.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ public class Config : IConfig
99
{
1010
public bool IsEnabled { get; set; } = true;
1111
public bool Debug { get; set; } = false;
12-
[Description("Auto Translations:")]
13-
public bool Translations { get; set; } = true;
14-
[Description("Available Languages: pl, en, de, fr, cs, sk, es, it, pt, ru, tr, zh")]
15-
public string Language { get; set; } = "en";
16-
public string TranslationsPath { get; set; } = "/home/container/.config/EXILED/Configs/UsefulHints/Translations";
17-
[Description("Auto Update:")]
18-
public bool AutoUpdate { get; set; } = true;
19-
public bool EnableLogging { get; set; } = true;
20-
public bool EnableBackup { get; set; } = false;
21-
public string PluginPath { get; set; } = "/home/container/.config/EXILED/Plugins/UsefulHints.dll";
2212
[Description("Hint Settings:")]
2313
public bool EnableHints { get; set; } = true;
2414
public string Scp096LookMessage { get; set; } = "You looked at SCP-096!";

0 commit comments

Comments
 (0)