Er... what? Did you add some server-side AI logic into TNet? Because by default, TNet merely facilitates a way to echo packets between connected clients, and any and all AI logic would be done on the client (generally the channel's host, or the object's owner). Since it's done by a client, no client means no logic, and nothing to send.