From 92ea78f4c8874a5be27a1a63eb12467767675e35 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 25 Feb 2022 01:45:55 -0800 Subject: [PATCH] Remove Rpi doomsday scenario --- TShockAPI/TShock.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/TShock.cs b/TShockAPI/TShock.cs index 337899d1..8a0ac2a9 100644 --- a/TShockAPI/TShock.cs +++ b/TShockAPI/TShock.cs @@ -58,7 +58,7 @@ namespace TShockAPI /// VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info. public static readonly Version VersionNum = Assembly.GetExecutingAssembly().GetName().Version; /// VersionCodename - The version codename is displayed when the server starts. Inspired by software codenames conventions. - public static readonly string VersionCodename = "Let us know if you're using this on raspberry pi or we might drop support for it"; + public static readonly string VersionCodename = "Minutes to Midnight"; /// SavePath - This is the path TShock saves its data in. This path is relative to the TerrariaServer.exe (not in ServerPlugins). public static string SavePath = "tshock";