From f4cc14fb8eb8ef06d9b79e7f48bd85cfd3380bdb Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Thu, 28 Jan 2021 00:22:15 -0800 Subject: [PATCH] Remove extra whitespace --- TShockAPI/ConfigFile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs index 472bda65..fd148a1e 100644 --- a/TShockAPI/ConfigFile.cs +++ b/TShockAPI/ConfigFile.cs @@ -56,7 +56,7 @@ namespace TShockAPI /// Whether or not to use ServerName in place of the world name. [Description("Whether or not to use ServerName in place of the world name.")] - public bool UseServerName = false; + public bool UseServerName = false; /// The path to the directory where logs should be written to. [Description("The path to the directory where logs should be written to.")]