From 3e536a1aac635792cc26ebc83e53af70331652d3 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sun, 5 Apr 2015 19:24:30 -0600 Subject: [PATCH] Small ad for survey --- TShockAPI/TShock.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index f7d08484..d2440381 100755 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -45,7 +45,7 @@ namespace TShockAPI public class TShock : TerrariaPlugin { public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; - public static readonly string VersionCodename = "TY: Wolfje, Kro, DankBud, Atreon, Elevatorguy"; + public static readonly string VersionCodename = "Please take our survey: http://bit.ly/ShockSurvey"; public static string SavePath = "tshock"; private const string LogFormatDefault = "yyyy-MM-dd_HH-mm-ss"; @@ -283,6 +283,8 @@ namespace TShockAPI Initialized(); Log.ConsoleInfo("Welcome to TShock for Terraria. Initialization complete."); + Log.ConsoleInfo("Please take a short survey about TShock: http://bit.ly/ShockSurvey"); + Log.ConsoleInfo("You can win free stickers if you take it."); } catch (Exception ex) {