Skip to content

Commit

Permalink
Hotfix for Initial Camera Network Nulls
Browse files Browse the repository at this point in the history
I  had accidentally been trying to set the machine of the PAI instead of the network *derp*
  • Loading branch information
MystLeissa committed Aug 1, 2019
1 parent 64f508a commit 6188681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/silicon/pai/software.dm
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@
if("camerajack")
if(href_list["jack"])
if(cable && cable.machine)
var/obj/machinery/camera/linked = machine
var/obj/machinery/camera/linked = cable.machine
network = linked.network
CameraTerm()
if(href_list["cable"])
Expand Down

0 comments on commit 6188681

Please sign in to comment.