File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ public class TShock : TerrariaPlugin
63
63
/// <summary>VersionNum - The version number the TerrariaAPI will return back to the API. We just use the Assembly info.</summary>
64
64
public static readonly Version VersionNum = Assembly . GetExecutingAssembly ( ) . GetName ( ) . Version ;
65
65
/// <summary>VersionCodename - The version codename is displayed when the server starts. Inspired by software codenames conventions.</summary>
66
- public static readonly string VersionCodename = "Better late than never! " ;
66
+ public static readonly string VersionCodename = "Stargazer " ;
67
67
68
68
/// <summary>SavePath - This is the path TShock saves its data in. This path is relative to the TerrariaServer.exe (not in ServerPlugins).</summary>
69
69
public static string SavePath = "tshock" ;
You can’t perform that action at this time.
0 commit comments