- Check for color 0 in JS

- Fix error with frag usage
This commit is contained in:
Infi
2024-08-30 14:18:33 +02:00
parent c7b596289e
commit c4d5bfaf36
2 changed files with 12 additions and 4 deletions
@@ -65,6 +65,8 @@ public struct MessageTemplate()
/// <summary>
/// Used for text and url
///
/// Ignore if 0!
/// </summary>
[JsonProperty("color")] public uint Color;