That message should only come, if there is a 'really' fail reason. Needs a littel correction at bot.lua line 286
Code: Select all
if( not reason == WF_TARGET ) then -- ADD THAT LINE
cprintf(cli.red, language[8]);
end; -- ADD THAT LINE