We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69363d0 commit db31549Copy full SHA for db31549
fCraft/System/Server.cs
@@ -44,7 +44,7 @@ public static partial class Server {
44
public static string DefaultTerrain { get; set; }
45
46
/// <summary> Software name that shows up on the server list on classicube.</summary>
47
- public static string Software = "&cP&4R&6O&eC&aR&2A&bF&3T";
+ public static string Software = "ProCraft";
48
49
internal static int MaxUploadSpeed, // set by Config.ApplyConfig
50
BlockUpdateThrottling; // used when there are no players in a world
0 commit comments