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