I have podbot and meanmod on my server, and it spams the console with:
Quote:
Actual skill will be overridden by internal BotAim system as high pb "addbot 100 2" is not a podbot command
|
Does anyone know how to fix? Thx
(I found out this was meanmod because it said
Code:
// display that the skill is will be overridden;
if ( vinBotSystem != cinBot_MEAN )
{
fvoServerPrint_nl("Actual skill will be overridden by internal BotAim System as " + ftxGetBotSkill( ) );
}
,but I still don't know how to fix it)