Fuck maybe I should not try to make multiple changes at the same time
This commit is contained in:
parent
e962a33159
commit
90474920cd
1 changed files with 2 additions and 2 deletions
|
|
@ -73,9 +73,9 @@ namespace TShockAPI
|
|||
string version = string.Format("TShock Version {0} ({1}) now running.", Version, VersionCodename);
|
||||
Console.WriteLine(version);
|
||||
#if DEBUG
|
||||
Log.Initialize(LogPath, LogLevel.All, false);
|
||||
Log.Initialize(Path.Combine(SavePath, "log.txt"), LogLevel.All, false);
|
||||
#else
|
||||
Log.Initialize(LogPath, LogLevel.Info, false);
|
||||
Log.Initialize(Path.Combine(SavePath, "log.txt"), LogLevel.Info, false);
|
||||
#endif
|
||||
Log.Info(version);
|
||||
Log.Info("Starting...");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue