Convert rules to use guidebook parsing (#28647)
This commit is contained in:
@@ -520,8 +520,6 @@ namespace Content.Server.Database
|
||||
public List<Round> Rounds { get; set; } = null!;
|
||||
public List<AdminLogPlayer> AdminLogs { get; set; } = null!;
|
||||
|
||||
public DateTime? LastReadRules { get; set; }
|
||||
|
||||
public List<AdminNote> AdminNotesReceived { get; set; } = null!;
|
||||
public List<AdminNote> AdminNotesCreated { get; set; } = null!;
|
||||
public List<AdminNote> AdminNotesLastEdited { get; set; } = null!;
|
||||
|
||||
Reference in New Issue
Block a user