Small fixes

This commit is contained in:
RisaDev
2024-03-28 22:04:37 +03:00
parent e864361842
commit efa77f83cc
2 changed files with 2 additions and 2 deletions

View File

@@ -310,7 +310,7 @@ public class IPCTestTab //: IDisposable
}
[EzIPCEvent("Profile.OnUpdate")]
private void OnProfileUpdate(Character Character, Guid? ProfileUniqueId)
private void OnProfileUpdate(Character Character, Guid ProfileUniqueId)
{
_logger.Debug($"IPC Test Tab - OnProfileUpdate: Character: {Character.Name.ToString().Incognify()}, Profile ID: {(ProfileUniqueId != Guid.Empty ? ProfileUniqueId.ToString() : "no id")}");
}