diff --git a/code/game/machinery/computer/camera.dm b/code/game/machinery/computer/camera.dm index 58ff6388c2d..26e88657fa7 100644 --- a/code/game/machinery/computer/camera.dm +++ b/code/game/machinery/computer/camera.dm @@ -9,7 +9,7 @@ var/mapping = 0 // For the overview file (overview.dm), not used on this page - var/list/network = list() + var/list/network = list("SS13","Mining Outpost") var/obj/machinery/camera/active_camera var/list/watchers = list()