It just started to happen again on my server. This has become a problem because even though it counts them as in the minigame, the mobs cannot damage things but can be damaged. They dont even call a damage function when they shoot something (they do when their client is actually created)
i cant leave my server running because of how they can break and render some parts of the server unplayable, and i can only test the problem when it actually occurs (like now!)
edit: more details
%client = new AIConnection()
{
player = %mob;
};
echo("Client: " @ %client);
echo says "Client: 0".
when i do
echo(new aiconnection());
it creates a client and echos the object ID back.