Edited Priority to "High"

Adds compatibility to plugins that adds text to the current "format."
This commit is contained in:
feildmaster 2011-10-03 03:45:38 -05:00
parent 3b9aa445e9
commit 4c0fc6e52f
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class EssentialsChat extends JavaPlugin
chatListener = new HashMap<String, IEssentialsChatListener>();
final EssentialsChatPlayerListener playerListener = new EssentialsChatPlayerListener(getServer(), ess, chatListener);
pluginManager.registerEvent(Type.PLAYER_CHAT, playerListener, Priority.Highest, this);
pluginManager.registerEvent(Type.PLAYER_CHAT, playerListener, Priority.High, this);
if (!this.getDescription().getVersion().equals(ess.getDescription().getVersion()))
{
LOGGER.log(Level.WARNING, Util.i18n("versionMismatchAll"));