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

@@ -10,6 +10,7 @@ public static class AdminNotesExtensions
return new SharedAdminNote(
note.Id,
note.RoundId,
note.PlayerUserId,
note.Message,
note.CreatedBy.LastSeenUserName,
note.LastEditedBy.LastSeenUserName,