Check if the autoturret has entities connected to its outputs before calling MarkDirtyForceUpdateOutputs
This will drastically reduce the time spent on AutoTurret::ServerTick on server with a large IO queue
Enqueuing turrets can be very slow because of the duplicate checks - temp solution until we back the IO queue with an hashset