diff --git a/XivCommon/Functions/NamePlates/NamePlateUpdateEventArgs.cs b/XivCommon/Functions/NamePlates/NamePlateUpdateEventArgs.cs index 92edb0d..a777bba 100755 --- a/XivCommon/Functions/NamePlates/NamePlateUpdateEventArgs.cs +++ b/XivCommon/Functions/NamePlates/NamePlateUpdateEventArgs.cs @@ -58,7 +58,12 @@ namespace XivCommon.Functions.NamePlates { public ByteColor Colour { get; set; } /// + /// /// The type of this name plate. + /// + /// + /// Changing this without setting the appropriate fields can cause the game to crash. + /// /// public PlateType Type { get; set; }