diff --git a/TShockAPI/Group.cs b/TShockAPI/Group.cs
index 0867a8a0..45086eef 100644
--- a/TShockAPI/Group.cs
+++ b/TShockAPI/Group.cs
@@ -156,15 +156,15 @@ namespace TShockAPI
///
/// The group's chat color red byte.
///
- public virtual byte R { get; set; } = 255;
+ public byte R = 255;
///
/// The group's chat color green byte.
///
- public virtual byte G { get; set; } = 255;
+ public byte G = 255;
///
/// The group's chat color blue byte.
///
- public virtual byte B { get; set; } = 255;
+ public byte B = 255;
///
/// Simplifies work with the , , properties.