File Details
AFKSpinner_03-02-26.zip
- R
- Feb 3, 2026
- 3.97 KB
- 154
- 12.0.1+4
- Retail + 3
File Name
AFKSpinner_03-02-26.zip
Supported Versions
- 12.0.1
- 12.0.0
- 5.5.3
- 2.5.5
- 1.15.8
We fixed the issue where “Spinning stopped” was printed immediately after you typed /afk.
Root cause
The delay before starting the spin was checked inside CanSpin(), so during the delay the logic considered it “not allowed” and instantly called StopSpinning(), which printed the stop message.
Fix
- Added a separate
runningstate. - Removed the delay check from
CanSpin(). - The delay is now handled inside
OnUpdate, so the addon simply waits without stopping. - The spin starts only after the delay finishes.
Result: no more immediate “Spinning stopped” message when you go AFK.

