diff --git a/TShockAPI/Group.cs b/TShockAPI/Group.cs
index d525ee54..a7a2a909 100644
--- a/TShockAPI/Group.cs
+++ b/TShockAPI/Group.cs
@@ -28,7 +28,7 @@ namespace TShockAPI
///
/// Default chat color.
///
- public const string defaultChatColor = "255.255.255";
+ public const string defaultChatColor = "255,255,255";
///
/// List of permissions available to the group.
@@ -298,4 +298,4 @@ namespace TShockAPI
return true;
}
}
-}
\ No newline at end of file
+}