Fixes camera wires

Seems like pulsing was mistakenly set to deactivate the camera during the wire datum update.
This commit is contained in:
mwerezak
2015-03-27 23:35:38 -04:00
parent 0d5d3e1aab
commit 09fea22231

View File

@@ -58,7 +58,7 @@ var/const/CAMERA_WIRE_NOTHING2 = 32
C.setViewRange(new_range)
if(CAMERA_WIRE_POWER)
C.deactivate(null) // Deactivate the camera
C.kick_viewers() // Kicks anyone watching the camera
if(CAMERA_WIRE_LIGHT)
C.light_disabled = !C.light_disabled