1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-20 21:41:32 +02:00

Essentials now throws a custom event, to handle local chat.

(Changing event name, so we don't get custom event conflicts.)
This commit is contained in:
KHobbits
2011-12-17 17:57:57 +00:00
parent 556c990eff
commit b05e4079d9

View File

@@ -17,7 +17,7 @@ public class EssentialsLocalChatEvent extends Event implements Cancellable
public EssentialsLocalChatEvent(final Player player, final String message, final String format, final long radius)
{
super("LocalChat");
super("EssLocalChat");
this.player = player;
this.message = message;
this.format = format;