Revert "Show ban and note count in ahelp window" (#15347)
This commit is contained in:
@@ -20,6 +20,5 @@ public interface IAdminNotesManager
|
||||
Task DeleteNote(int noteId, IPlayerSession deletedBy);
|
||||
Task ModifyNote(int noteId, IPlayerSession editedBy, string message);
|
||||
Task<List<AdminNote>> GetNotes(Guid player);
|
||||
Task<int> CountNotes(Guid player);
|
||||
Task<string> GetPlayerName(Guid player);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user