Skip to content

Commit

Permalink
Camera consoles fix (#632)
Browse files Browse the repository at this point in the history
close #438;
  • Loading branch information
Yuriy authored and Vladimir committed Mar 10, 2017
1 parent b1c7913 commit 74d3123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/camera/camera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@

/obj/machinery/camera/proc/nano_structure()
var/cam[0]
cam["name"] = sanitize(c_tag)
cam["name"] = strip_improper(sanitize(c_tag))
cam["deact"] = !can_use()
cam["camera"] = "\ref[src]"
cam["x"] = x
Expand Down

0 comments on commit 74d3123

Please sign in to comment.