Adds fox's requested change to the advanced console to avoid a void camera

until the first camera jump
This commit is contained in:
Crazylemon64
2016-12-21 18:37:39 -08:00
parent 4b1915a02f
commit cdd581a4d0
@@ -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, "<span class='warning'>ERROR: No linked and active camera network found.</span>")
user.unset_machine()
else
give_eye_control(user)