Merge branch 'general-devel' into newer-bans

This commit is contained in:
Lucas Nicodemus 2017-12-02 18:52:45 -07:00 committed by GitHub
commit e40ea381ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -375,7 +375,9 @@ namespace TShockAPI
if (Initialized != null)
Initialized();
Log.ConsoleInfo("Welcome to TShock for Terraria. Initialization complete.");
Log.ConsoleInfo("Welcome to TShock for Terraria!");
Log.ConsoleInfo("TShock comes with no warranty & is free software.");
Log.ConsoleInfo("You can modify & distribute it under the terms of the GNU GPLv3.");
}
catch (Exception ex)
{