fix(client): temporarily disable detection of pet walk user operation
1 files changed, 3 insertions(+), 2 deletions(-) M src/Core/NosSmooth.LocalClient/UserActionDetector.cs
M src/Core/NosSmooth.LocalClient/UserActionDetector.cs => src/Core/NosSmooth.LocalClient/UserActionDetector.cs +3 -2
@@ 162,11 162,12 @@ public class UserActionDetector /// <returns>Whether the action is a user action.</returns> public bool IsPetWalkUserOperation(PetManager petManager, ushort x, ushort y) { if (_handlingDisabled) return false; // TODO: implement user action detection for petwalk /*if (_handlingDisabled) { return false; } return true; return true;*/ } } \ No newline at end of file