[MIRROR] Fixes the DOS tool [MDB IGNORE] (#16673)

* Fixes the DOS tool (#70312)

* Fixes the tablet's emagged 'DOS' app, which wasn't checking ID properly.

* Fixes the DOS tool

Co-authored-by: Zonespace <41448081+Zonespace27@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-10-06 00:50:10 +02:00
committed by GitHub
parent a93b917037
commit d3776105e5
@@ -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