From 3ff1323453f9a655044635a8dc773068213c8a90 Mon Sep 17 00:00:00 2001
From: Burzah <116982774+Burzah@users.noreply.github.com>
Date: Tue, 10 Dec 2024 11:50:49 -0700
Subject: [PATCH] Another one (#27606)
---
code/modules/admin/topic.dm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm
index c10a2b406fa..79b00cf173c 100644
--- a/code/modules/admin/topic.dm
+++ b/code/modules/admin/topic.dm
@@ -71,7 +71,7 @@
log_admin("[key_name(usr)] has spawned mindflayers.")
if(!makeMindflayers())
to_chat(usr, "Unfortunately there weren't enough candidates available.")
-
+
else if(href_list["dbsearchckey"] || href_list["dbsearchadmin"] || href_list["dbsearchip"] || href_list["dbsearchcid"] || href_list["dbsearchbantype"])
var/adminckey = href_list["dbsearchadmin"]
var/playerckey = href_list["dbsearchckey"]
@@ -2353,7 +2353,7 @@
sending.sent_by = usr
sending.sent_at = world.time
- fax.receivefax(P)
+ fax.receivefax(sending)
if(istype(H) && H.stat == CONSCIOUS && (istype(H.l_ear, /obj/item/radio/headset) || istype(H.r_ear, /obj/item/radio/headset)))
to_chat(H, "Your headset pings, notifying you that a reply to your fax has arrived.")
to_chat(src.owner, "You sent a standard '[stype]' fax to [H]")