i18n commands

This commit is contained in:
SGKoishi 2022-10-24 13:49:26 -07:00
parent b766e045b5
commit d1a6c293f2
No known key found for this signature in database
GPG key ID: 8FFC399070653828
2 changed files with 27 additions and 27 deletions

View file

@ -69,7 +69,7 @@ namespace TShockAPI
/// <summary>LogFormat - This is the log format, which is never set again.</summary>
private static string LogFormat = LogFormatDefault;
/// <summary>LogPathDefault - The default log path.</summary>
private const string LogPathDefault = "tshock/logs"
private const string LogPathDefault = "tshock/logs";
/// <summary>This is the log path, which is initially set to the default log path, and then to the config file log path later.</summary>
private static string LogPath = LogPathDefault;
/// <summary>LogClear - Determines whether or not the log file should be cleared on initialization.</summary>