mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Fixed support zip message
This commit is contained in:
parent
51be2ac99b
commit
2b838c6337
2 changed files with 2 additions and 2 deletions
|
|
@ -966,7 +966,7 @@ namespace ServerManagerTool
|
|||
comment.AppendLine($"ServerUpdate_OnServerStart: {Config.Default.ServerUpdate_OnServerStart}");
|
||||
|
||||
comment.AppendLine($"DiscordBotEnabled: {Config.Default.DiscordBotEnabled}");
|
||||
comment.AppendLine($"HasDiscordBotToken: {string.IsNullOrWhiteSpace(Config.Default.DiscordBotToken)}");
|
||||
comment.AppendLine($"HasDiscordBotToken: {!string.IsNullOrWhiteSpace(Config.Default.DiscordBotToken)}");
|
||||
comment.AppendLine($"DiscordBotServerId: {Config.Default.DiscordBotServerId}");
|
||||
comment.AppendLine($"DiscordBotPrefix: {Config.Default.DiscordBotPrefix}");
|
||||
comment.AppendLine($"AllowDiscordBackup: {Config.Default.AllowDiscordBackup}");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue