Skip to content

Commit db31549

Browse files
authored
Remove colors from default server software name
1 parent 69363d0 commit db31549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fCraft/System/Server.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static partial class Server {
4444
public static string DefaultTerrain { get; set; }
4545

4646
/// <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";
47+
public static string Software = "ProCraft";
4848

4949
internal static int MaxUploadSpeed, // set by Config.ApplyConfig
5050
BlockUpdateThrottling; // used when there are no players in a world

0 commit comments

Comments
 (0)