Fix admin note updates duplicating visually across all open note windows (#15471)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user