diff --git a/code/game/machinery/computer/camera_advanced.dm b/code/game/machinery/computer/camera_advanced.dm index 8757d73cebc..3d1df935cf8 100644 --- a/code/game/machinery/computer/camera_advanced.dm +++ b/code/game/machinery/computer/camera_advanced.dm @@ -59,7 +59,10 @@ if(camera_location) eyeobj.initialized = 1 give_eye_control(user) + eyeobj.setLoc(camera_location) else + // An abberant case - silent failure is obnoxious + to_chat(user, "ERROR: No linked and active camera network found.") user.unset_machine() else give_eye_control(user)