Merge branch 'master' of github.com:TShock/TShock
This commit is contained in:
commit
c1f421b6d7
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ namespace TShockAPI
|
||||||
}
|
}
|
||||||
Console.WriteLine("TShock Version " + Version.Major + "." + Version.Minor + "." + Version.Build + "." +
|
Console.WriteLine("TShock Version " + Version.Major + "." + Version.Minor + "." + Version.Build + "." +
|
||||||
Version.Revision + " (" + VersionCodename + ") now running.");
|
Version.Revision + " (" + VersionCodename + ") now running.");
|
||||||
Log.Initialize(FileTools.SaveDir + "log.txt", LogLevel.All, true);
|
Log.Initialize(FileTools.SaveDir + "log.txt", LogLevel.All, false);
|
||||||
Log.Info("Starting...");
|
Log.Info("Starting...");
|
||||||
|
|
||||||
GameHooks.Initialize += OnPreInit;
|
GameHooks.Initialize += OnPreInit;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue