Update camera.dm

This commit is contained in:
KrossarnTom
2021-08-21 12:25:28 +02:00
committed by GitHub
parent df51d7370d
commit 07bc7bab93
+1 -1
View File
@@ -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()