Fixes the DOS tool (#70312)

* Fixes the tablet's emagged 'DOS' app, which wasn't checking ID properly.
This commit is contained in:
Zonespace
2022-10-05 18:38:49 -04:00
committed by GitHub
parent c08c181061
commit f468194083
@@ -47,7 +47,7 @@
switch(action)
if("PRG_target_relay")
for(var/obj/machinery/ntnet_relay/R in SSnetworks.relays)
if("[R.uid]" == params["targid"])
if(R.uid == params["targid"])
target = R
break
return TRUE