From 260ba9c77c99b7d30e77d337350a5ac5de6e5575 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 28 Feb 2015 17:50:44 -0700 Subject: [PATCH] Add new, smaller welcome message, to replace ascii logo --- TShockAPI/TShock.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index f7d60c09..ef528b8e 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -221,7 +221,6 @@ namespace TShockAPI HandleCommandLinePostConfigLoad(Environment.GetCommandLineArgs()); - Backups = new BackupManager(Path.Combine(SavePath, "backups")); Backups.KeepFor = Config.BackupKeepFor; Backups.Interval = Config.BackupInterval; @@ -285,6 +284,8 @@ namespace TShockAPI if (Initialized != null) Initialized(); + + Log.ConsoleInfo("Welcome to TShock for Terraria. Initialization complete."); } catch (Exception ex) {