From 88153b499d35904949df4fef4c8bc87b833beadf Mon Sep 17 00:00:00 2001
From: BiggBoss <BiggBoss@users.noreply.github.com>
Date: Thu, 22 Aug 2013 10:49:20 +0000
Subject: [PATCH] moderator's chat ban typo fix

---
 .../data/scripts/handlers/voicedcommandhandlers/ChatAdmin.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/voicedcommandhandlers/ChatAdmin.java b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/voicedcommandhandlers/ChatAdmin.java
index 68c231dadf..d518415cf2 100644
--- a/L2J_DataPack_BETA/dist/game/data/scripts/handlers/voicedcommandhandlers/ChatAdmin.java
+++ b/L2J_DataPack_BETA/dist/game/data/scripts/handlers/voicedcommandhandlers/ChatAdmin.java
@@ -98,7 +98,7 @@ public class ChatAdmin implements IVoicedCommandHandler
 						return false;
 					}
 					
-					PunishmentManager.getInstance().startPunishment(new PunishmentTask(objId, PunishmentAffect.CHARACTER, PunishmentType.JAIL, expirationTime, "Chat banned by moderator", activeChar.getName()));
+					PunishmentManager.getInstance().startPunishment(new PunishmentTask(objId, PunishmentAffect.CHARACTER, PunishmentType.CHAT_BAN, expirationTime, "Chat banned by moderator", activeChar.getName()));
 					player.sendMessage("Chat banned by moderator " + activeChar.getName());
 					
 					if (expirationTime > 0)
-- 
GitLab