From d0bad6d8bcb4f5eb2eb641b03e787857bf9f7248 Mon Sep 17 00:00:00 2001 From: Jon Date: Sun, 22 Mar 2026 21:01:34 -0400 Subject: [PATCH] Attempted patch for Whom to prevent it from causing admins running it to just never get a response for half an hour or so. --- code/modules/client/verbs/who.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/verbs/who.dm b/code/modules/client/verbs/who.dm index f49365df0b4..25ddca42a84 100644 --- a/code/modules/client/verbs/who.dm +++ b/code/modules/client/verbs/who.dm @@ -44,7 +44,7 @@ if(C.mob.mind.special_role) entry += " - [C.mob.mind.special_role]" // entry += " [ADMIN_QUE(C.mob)]" - entry += " ([CheckIPCountry(C.address)])" + //entry += " ([CheckIPCountry(C.address)])" if(C.whitelisted()) wled++ entry += "(WL)"