From 0b129fb6465ca6cecadc0814726435995eef8441 Mon Sep 17 00:00:00 2001 From: Firecage Date: Thu, 4 Sep 2014 16:00:45 +0200 Subject: [PATCH] fix2 --- 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 84754e07020..aaaaabe3948 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -862,7 +862,7 @@ M << "No ban appeals URL has been set." ban_unban_log_save("[usr.client.ckey] has permabanned [M.ckey]. - Reason: [reason] - This is a permanent ban.") log_admin("[usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis is a permanent ban.") - message_admins("usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis is a permanent ban.") + message_admins("[usr.client.ckey] has banned [M.ckey].\nReason: [reason]\nThis is a permanent ban.") feedback_inc("ban_perma",1) DB_ban_record(BANTYPE_PERMA, M, -1, reason)