diff --git a/CustomizePlus/Api/CustomizePlusIpc.Profile.cs b/CustomizePlus/Api/CustomizePlusIpc.Profile.cs index 02f8169..6faccaa 100644 --- a/CustomizePlus/Api/CustomizePlusIpc.Profile.cs +++ b/CustomizePlus/Api/CustomizePlusIpc.Profile.cs @@ -27,7 +27,7 @@ public partial class CustomizePlusIpc /// /// 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. - /// 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. /// [EzIPCEvent("Profile.OnUpdate")]