Add succinct GPL disclaimer. Fixes #1430.

This commit is contained in:
Lucas Nicodemus 2017-12-02 18:09:24 -07:00
parent 51154c9bc9
commit 204f4c3f4f

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)
{