BUG: loop in bot.lua line 239
Posted: Mon Jun 15, 2009 4:29 am
Think there is an endless loop at bot.lua line 239:
The value get negative. It is not so easy to reproduce that situation, so I'm not 100% sure.
Code: Select all
if( os.difftime(aggroWaitStart, os.time()) > 3 ) then
cprintf(cli.red, language[34]);
break;
end;