From bd38053b1f4d35b8169f4ce8fb59e03339909f65 Mon Sep 17 00:00:00 2001 From: TheSardele <46876120+TheSardele@users.noreply.github.com> Date: Tue, 21 Jul 2020 22:27:54 +0200 Subject: [PATCH] Changed del to qdel --- code/modules/admin/topic.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index c3e34898727..e01b6f3ded3 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -913,7 +913,7 @@ log_admin("[key_name(usr)] booted [key_name(C)].") message_admins("[key_name_admin(usr)] booted [key_name_admin(C)].", 1) //C = null - del(C) + qdel(C) //Player Notes else if(href_list["addnote"])