OOC sent by an admin will have a different color (#3117)
* Admin OOC is sent with a different color than regular OOC - Also adds the OOC color to the database * Command to set the color * Ooc -> OOC * Change default color to Red (`#ff0000`) * Outdated namespace
This commit is contained in:
@@ -80,6 +80,7 @@ namespace Content.Server.Database
|
||||
[Column("preference_id")] public int Id { get; set; }
|
||||
[Column("user_id")] public Guid UserId { get; set; }
|
||||
[Column("selected_character_slot")] public int SelectedCharacterSlot { get; set; }
|
||||
[Column("admin_ooc_color")] public string AdminOOCColor { get; set; } = null!;
|
||||
public List<Profile> Profiles { get; } = new();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user