Fix admin note updates duplicating visually across all open note windows (#15471)

This commit is contained in:
DrSmugleaf
2023-04-16 23:18:54 -07:00
committed by GitHub
parent fa8906da36
commit 13d299dea3
5 changed files with 25 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ public interface IAdminNotesManager
{
event Action<SharedAdminNote>? NoteAdded;
event Action<SharedAdminNote>? NoteModified;
event Action<int>? NoteDeleted;
event Action<SharedAdminNote>? NoteDeleted;
bool CanCreate(IPlayerSession admin);
bool CanDelete(IPlayerSession admin);