Add new, smaller welcome message, to replace ascii logo
This commit is contained in:
parent
861ba0493e
commit
260ba9c77c
1 changed files with 2 additions and 1 deletions
|
|
@ -221,7 +221,6 @@ namespace TShockAPI
|
||||||
|
|
||||||
HandleCommandLinePostConfigLoad(Environment.GetCommandLineArgs());
|
HandleCommandLinePostConfigLoad(Environment.GetCommandLineArgs());
|
||||||
|
|
||||||
|
|
||||||
Backups = new BackupManager(Path.Combine(SavePath, "backups"));
|
Backups = new BackupManager(Path.Combine(SavePath, "backups"));
|
||||||
Backups.KeepFor = Config.BackupKeepFor;
|
Backups.KeepFor = Config.BackupKeepFor;
|
||||||
Backups.Interval = Config.BackupInterval;
|
Backups.Interval = Config.BackupInterval;
|
||||||
|
|
@ -285,6 +284,8 @@ namespace TShockAPI
|
||||||
|
|
||||||
if (Initialized != null)
|
if (Initialized != null)
|
||||||
Initialized();
|
Initialized();
|
||||||
|
|
||||||
|
Log.ConsoleInfo("Welcome to TShock for Terraria. Initialization complete.");
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue