Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Revert "Adds Auto-Note for Manual Bans"
Browse files Browse the repository at this point in the history
  • Loading branch information
Ty-Omaha committed Sep 10, 2019
1 parent 7e4b757 commit 240cf39
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions code/modules/admin/topic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"])
Expand Down

0 comments on commit 240cf39

Please sign in to comment.