From 240cf390257df1159ffc833e1ad067aa4bba4283 Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Tue, 10 Sep 2019 17:00:10 -0400 Subject: [PATCH] Revert "Adds Auto-Note for Manual Bans" --- code/modules/admin/topic.dm | 8 -------- 1 file changed, 8 deletions(-) diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index 21706aeabe3..50c5df98c10 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -169,14 +169,6 @@ message_admins("Ban process: A mob matching [playermob.ckey] was found at location [playermob.x], [playermob.y], [playermob.z]. Custom IP and computer id fields replaced with the IP and computer id from the located mob") DB_ban_record(bantype, playermob, banduration, banreason, banjob, null, banckey, banip, bancid ) - if(BANTYPE_PERMA) - add_note(banckey, "Permanently Banned - [banreason]", null, usr.ckey, 0) - else if(BANTYPE_TEMP) - add_note(banckey, "Banned for [banduration] minutes - [banreason]", null, usr.ckey, 0) - else if(BANTYPE_JOB_PERMA) - add_note(banckey, "Banned from [banjob] - [banreason]", null, usr.ckey, 0) - else - add_note(banckey, "[banreason]", null, usr.ckey, 0) else if(href_list["editrights"])