From 681679e67565fc9c22e1d2920d1b50c800d347c6 Mon Sep 17 00:00:00 2001 From: keronshb Date: Fri, 25 Feb 2022 22:42:27 -0500 Subject: [PATCH] cleanup --- code/modules/antagonists/_common/antag_datum.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/antagonists/_common/antag_datum.dm b/code/modules/antagonists/_common/antag_datum.dm index 61936b4b7f..a1b1a1288e 100644 --- a/code/modules/antagonists/_common/antag_datum.dm +++ b/code/modules/antagonists/_common/antag_datum.dm @@ -249,7 +249,6 @@ GLOBAL_LIST_EMPTY(antagonists) farewell() // UnregisterSignal(owner, COMSIG_PRE_MINDSHIELD_IMPLANT) // UnregisterSignal(owner, COMSIG_MINDSHIELD_IMPLANTED) - owner.do_remove_antag_datum(src) var/datum/team/team = get_team() if(team) team.remove_member(owner)