[MIRROR] Fixes quantum relays not processing [MDB IGNORE] (#22334)

* Fixes quantum relays not processing (#76667)

## About The Pull Request
Replaces a return ..() with a return TRUE in the process(), removing the
PROCESS_KILL returb

## Why It's Good For The Game

Thinks working are always nice.
## Changelog
🆑
fix: Quantum relays now process, meaning DOS attacks actually function
/🆑

* Fixes quantum relays not processing

---------

Co-authored-by: nikothedude <59709059+nikothedude@users.noreply.github.com>
Co-authored-by: Bloop <vinylspiders@gmail.com>
This commit is contained in:
SkyratBot
2023-07-12 06:26:38 +00:00
committed by GitHub
co-authored by nikothedude Bloop
parent 55c7f3a335
commit f9abf2daa1
+1 -1
View File
@@ -86,7 +86,7 @@ GLOBAL_LIST_EMPTY(ntnet_relays)
set_dos_failure(FALSE)
update_appearance()
SSmodular_computers.add_log("Quantum relay switched from overload recovery mode to normal operation mode.")
return ..()
return TRUE
/obj/machinery/ntnet_relay/ui_interact(mob/user, datum/tgui/ui)
ui = SStgui.try_update_ui(user, src, ui)