Wazarr94 / haxball_bot_headless

Ready-to-go scripts and functions for the HaxBall Headless API !
MIT License
46 stars 74 forks source link

AFK List Problem #23

Closed huseyinsoyluu closed 2 years ago

huseyinsoyluu commented 2 years ago

Hello again Wazarr,

https://github.com/Wazarr94/haxball_bot_headless/blob/d322fafd6b7f0446f1397a42172e65d15f447631/HaxBot_public.js#L945

In Line 945, you should check size of AFKSet instead of string. Probably if (AFKSet.size == 0) will solve the problem

Wazarr94 commented 2 years ago

Thanks, guess I had a bad copy paste ! Will fix asap