Disabled IPC, updated changelog

This commit is contained in:
RisaDev
2024-07-11 02:38:23 +03:00
parent 72d0b5f353
commit 51b870abdc
3 changed files with 18 additions and 1 deletions

View File

@@ -25,6 +25,8 @@ public partial class CustomizePlusIpc
[EzIPC("General.IsValid")]
private bool IsValid()
{
return false;
return !IPCFailed &&
!_hookingService.RenderHookFailed &&
!_hookingService.MovementHookFailed;