File Details
AFKSpinner_01-04-26_fix.zip
- R
- Apr 1, 2026
- 16.79 KB
- 103
- 12.0.5+4
- Classic + 3
File Name
AFKSpinner_01-04-26_fix.zip
Supported Versions
- 12.0.5
- 12.0.1
- 5.5.3
- 2.5.5
- 1.15.8
[2.10] — 2026-04-01
Fixed
- Retail 12.0+ / Midnight: `UnitIsAFK("player")` can return a secret boolean; comparing it with `== true` still raised “attempt to compare a secret boolean value”. `IsPlayerAFK()` now coerces the result with `tostring(...)` inside `pcall` and compares to `"true"`, so the addon gets plain booleans and no longer errors on `PLAYER_FLAGS_CHANGED` / `PLAYER_ENTERING_WORLD` (and elsewhere).

