From 80f8f7e1b186b4056147f470777d6fd3762f0e48 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Tue, 3 Jul 2018 06:33:33 -0700 Subject: [PATCH] Update mentor.dm --- modular_citadel/code/modules/mentor/mentor.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/mentor/mentor.dm b/modular_citadel/code/modules/mentor/mentor.dm index 036c950e43..4446c41d96 100644 --- a/modular_citadel/code/modules/mentor/mentor.dm +++ b/modular_citadel/code/modules/mentor/mentor.dm @@ -58,6 +58,7 @@ GLOBAL_PROTECT(mentor_href_token) return "mentor_token=[RawMentorHrefToken(forceGlobal)]" /proc/load_mentors() + usr = null GLOB.mentor_datums.Cut() for(var/client/C in GLOB.mentors) C.remove_mentor_verbs() @@ -87,4 +88,4 @@ GLOBAL_PROTECT(mentor_href_token) // new client var: mentor_datum. Acts the same way holder does towards admin: it holds the mentor datum. if set, the guy's a mentor. /client - var/datum/mentors/mentor_datum \ No newline at end of file + var/datum/mentors/mentor_datum