~ruther/NosSmooth.Local

b726c623c9ec6bcbc95e8d195fc8b70055751136 — Rutherther 2 years ago 7eadf00
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

Do not follow this link