Warning about Profile.OnUpdate

This commit is contained in:
RisaDev
2024-03-18 04:49:42 +03:00
parent 849b5c19de
commit 589d1075b4

View File

@@ -27,7 +27,7 @@ public partial class CustomizePlusIpc
/// <summary> /// <summary>
/// Triggered when changes in currently active profiles are detected. (like changing active profile or making any changes to it) /// Triggered when changes in currently active profiles are detected. (like changing active profile or making any changes to it)
/// Not triggered if any changes happen due to character no longer existing. /// Not triggered if any changes happen due to character no longer existing.
/// Right now ignores every character but local player. /// Right now ignores every character but local player. It is not recommended to assume that this will always be the case and not perform any checks on your side.
/// Ignores temporary profiles. /// Ignores temporary profiles.
/// </summary> /// </summary>
[EzIPCEvent("Profile.OnUpdate")] [EzIPCEvent("Profile.OnUpdate")]