mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user