From 721dd82c948c22ddcc670559aa6779305605fd84 Mon Sep 17 00:00:00 2001
From: kevinz000 <2003111+kevinz000@users.noreply.github.com>
Date: Fri, 21 Dec 2018 19:08:53 -0800
Subject: [PATCH] Update who.dm
---
modular_citadel/code/modules/client/verbs/who.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modular_citadel/code/modules/client/verbs/who.dm b/modular_citadel/code/modules/client/verbs/who.dm
index 8000e80f84..7640595e18 100644
--- a/modular_citadel/code/modules/client/verbs/who.dm
+++ b/modular_citadel/code/modules/client/verbs/who.dm
@@ -41,7 +41,7 @@
Lines += sortList(assembled)
assembled.len = 0
if(length(GLOB.mentors))
- Lines += "Mentors:"https://github.com/Citadel-Station-13/Citadel-Station-13
+ Lines += "Mentors:"
for(var/X in GLOB.mentors)
var/client/C = X
if(C && (!C.holder || (C.holder && !C.holder.fakekey))) //>using stuff this complex instead of just using if/else lmao