Console spam in server running AI
Here is a fix for some spam that may appear in your console if you run bots:
finally found the problem in the function "ShockLanceImage::onFire" (mostly located in projectiles.cs)
remove:
// z0dd - ZOD, 4/10/04. AI hook
if(%obj.client != -1)
%obj.client.projectile = %p;
%obj.client.projectile = %p; shouldnt be set
Comments