From 2b01382eed0172bf5dbf7ba288084df17aa41e65 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Fri, 31 Jan 2020 15:11:33 -0500 Subject: [PATCH] Needs to return true --- code/modules/client/client procs_vr.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/client/client procs_vr.dm b/code/modules/client/client procs_vr.dm index ba2fe921ea4..830521f20dc 100644 --- a/code/modules/client/client procs_vr.dm +++ b/code/modules/client/client procs_vr.dm @@ -13,6 +13,7 @@ log_admin(log_output) ip_reputation = worst + return TRUE //Service returns a single float in html body /client/proc/ipr_getipintel()