diff --git a/code/game/machinery/camera/presets.dm b/code/game/machinery/camera/presets.dm index 883d9611c16..136bafa90ed 100644 --- a/code/game/machinery/camera/presets.dm +++ b/code/game/machinery/camera/presets.dm @@ -17,8 +17,7 @@ var/global/list/station_networks = list( NETWORK_RESEARCH_OUTPOST, NETWORK_ROBOTS, NETWORK_PRISON, - NETWORK_SECURITY, - NETWORK_COMMUNICATORS + NETWORK_SECURITY ) var/global/list/engineering_networks = list( NETWORK_ENGINE,