You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There was a bug in 2.8.3 that made bot internally crashed before start and made the bot not working at all
Rad.pWarn(50,"Only support screen scale 100% (original) otherwise bot will working wrongly");
Should be
Rad.pWarn(50,"Only support screen scale 100%% (original) otherwise bot will working wrongly");
(Legendary bug hehe)
The wrong line of code above causes thread of main loop interrupted and dead without any error popped up so the bot will look normal but actually it won't do it's job
The text was updated successfully, but these errors were encountered:
There was a bug in 2.8.3 that made bot internally crashed before start and made the bot not working at all
Should be
(Legendary bug hehe)
The wrong line of code above causes thread of main loop interrupted and dead without any error popped up so the bot will look normal but actually it won't do it's job
The text was updated successfully, but these errors were encountered: